Skip to content

Commit 16d4c5b

Browse files
author
Paula
committed
Formatting code
1 parent 464f7da commit 16d4c5b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

vpr/src/draw/manual_moves.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,10 @@ e_move_result pl_do_manual_move(double d_cost, double d_timing, double d_boundin
306306
}
307307

308308
e_create_move manual_move_display_and_propose(ManualMoveGenerator& manual_move_generator, t_pl_blocks_to_be_moved& blocks_affected, e_move_type& move_type, float rlim, const t_placer_opts& placer_opts, const PlacerCriticalities* criticalities) {
309-
draw_manual_moves_window("");
310-
update_screen(ScreenUpdatePriority::MAJOR, " ", PLACEMENT, nullptr);
311-
move_type = e_move_type::MANUAL_MOVE;
312-
return manual_move_generator.propose_move(blocks_affected, move_type, rlim, placer_opts, criticalities);
309+
draw_manual_moves_window("");
310+
update_screen(ScreenUpdatePriority::MAJOR, " ", PLACEMENT, nullptr);
311+
move_type = e_move_type::MANUAL_MOVE;
312+
return manual_move_generator.propose_move(blocks_affected, move_type, rlim, placer_opts, criticalities);
313313
}
314314

315-
316315
#endif /*NO_GRAPHICS*/

vpr/src/draw/manual_moves.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ e_move_result pl_do_manual_move(double d_cost, double d_timing, double d_boundin
155155

156156
e_create_move manual_move_display_and_propose(ManualMoveGenerator& manual_move_generator, t_pl_blocks_to_be_moved& blocks_affected, e_move_type& move_type, float rlim, const t_placer_opts& placer_opts, const PlacerCriticalities* criticalities);
157157

158-
159158
#endif /*NO_GRAPHICS*/
160159

161160
#endif /* MANUAL_MOVES_H */

0 commit comments

Comments
 (0)