Skip to content

Commit 309eb9b

Browse files
remove redundant #endif
1 parent 825b496 commit 309eb9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vpr/src/place/move_generators/move_generator.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class MoveGenerator {
128128
const PlacerCriticalities* criticalities) = 0;
129129

130130
/**
131-
* @brief Recieves feedback about the outcome of the previously proposed move
131+
* @brief Receives feedback about the outcome of the previously proposed move
132132
*
133133
* This function is very useful for RL agent to get the feedback to the agent
134134
*
@@ -155,5 +155,3 @@ class MoveGenerator {
155155
e_reward_function reward_func_;
156156
vtr::RngContainer& rng_;
157157
};
158-
159-
#endif

0 commit comments

Comments
 (0)