1
0
Эх сурвалжийг харах

Update procsysctl.c

fixed format to match the proper codingstyle
Henrik Holst 1 жил өмнө
parent
commit
7389d5ed1d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      util/procsysctl.c

+ 1 - 1
util/procsysctl.c

@@ -69,6 +69,6 @@ int main(int argc, char *argv[])
 	}
 
 	fprintf(stderr, "usage: procsysctl KEY VALUE\n");
-	fprintf (stderr, "where KEY can by any of 'split_lock_mitigate'\n");
+	fprintf(stderr, "where KEY can by any of 'split_lock_mitigate'\n");
 	return EXIT_FAILURE;
 }