]> granicus.if.org Git - clang/commitdiff
Fix C++ style // comments in a couple of C files
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 6 Jun 2014 11:04:46 +0000 (11:04 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 6 Jun 2014 11:04:46 +0000 (11:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210325 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-arcmt-test/c-arcmt-test.c
tools/c-index-test/c-index-test.c

index 60faed03dc5cabd421974afaad67d3fb8c8c2445..3bbb2d5d6a8564ab1223cc4bd40e516a54da3bcf 100644 (file)
@@ -100,8 +100,8 @@ void thread_runner(void *client_data_v) {
 }
 
 static void flush_atexit(void) {
-  // stdout, and surprisingly even stderr, are not always flushed on process
-  // and thread exit, particularly when the system is under heavy load.
+  /* stdout, and surprisingly even stderr, are not always flushed on process
+   * and thread exit, particularly when the system is under heavy load. */
   fflush(stdout);
   fflush(stderr);
 }
index 576f3c4a5894c6800a6920a65f98e78be926618a..07be22a5e9402eabd87f5c5164ddecbe6e3c4226 100644 (file)
@@ -4119,8 +4119,8 @@ void thread_runner(void *client_data_v) {
 }
 
 static void flush_atexit(void) {
-  // stdout, and surprisingly even stderr, are not always flushed on process
-  // and thread exit, particularly when the system is under heavy load.
+  /* stdout, and surprisingly even stderr, are not always flushed on process
+   * and thread exit, particularly when the system is under heavy load. */
   fflush(stdout);
   fflush(stderr);
 }