Skip to content

Commit 1abc0ac

Browse files
committed
rtapi_app: fix a harmless but confusing whitespace error
1 parent cd56a8c commit 1abc0ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/rtapi/uspace_rtapi_app.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ static int master(int fd, vector<string> args) {
458458
perror("pthread_create (queue function)");
459459
return -1;
460460
}
461-
do_load_cmd("hal_lib", vector<string>()); instance_count = 0;
461+
do_load_cmd("hal_lib", vector<string>());
462+
instance_count = 0;
462463
App(); // force rtapi_app to be created
463464
int result=0;
464465
if(args.size()) {

0 commit comments

Comments
 (0)