Commit a37380ef authored by zhang songyi's avatar zhang songyi Committed by Steven Rostedt (Google)
Browse files

tools/rv: Remove unneeded semicolon

parent 6d796c50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ static void ikm_usage_print_reactors(void)

		start = ++end;
		end = strstr(start, "\n");
	};
	}

	fprintf(stderr, "\n");
}