소스 검색

Update procsysctl.c

fixed format to match the proper codingstyle
Henrik Holst 1 년 전
부모
커밋
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;
 }