Skip to content

Commit 5b10a33

Browse files
committed
code format
1 parent 974eed0 commit 5b10a33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,7 @@ void vpr_init_graphics(const t_vpr_setup& vpr_setup, const t_arch& arch, bool is
10651065
alloc_draw_structs(&arch);
10661066
}
10671067

1068-
void vpr_init_server(const t_vpr_setup& vpr_setup)
1069-
{
1068+
void vpr_init_server(const t_vpr_setup& vpr_setup) {
10701069
#ifndef NO_SERVER
10711070
if (vpr_setup.ServerOpts.is_server_mode_enabled) {
10721071
/* Set up a server and its callback to be triggered at 100ms intervals by the timer's timeout event. */

0 commit comments

Comments
 (0)