summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/tools/c-arcmt-test/c-arcmt-test.c4
-rw-r--r--clang/tools/c-index-test/c-index-test.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/clang/tools/c-arcmt-test/c-arcmt-test.c b/clang/tools/c-arcmt-test/c-arcmt-test.c
index 60faed03dc5..3bbb2d5d6a8 100644
--- a/clang/tools/c-arcmt-test/c-arcmt-test.c
+++ b/clang/tools/c-arcmt-test/c-arcmt-test.c
@@ -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);
}
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c
index 576f3c4a589..07be22a5e94 100644
--- a/clang/tools/c-index-test/c-index-test.c
+++ b/clang/tools/c-index-test/c-index-test.c
@@ -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);
}
OpenPOWER on IntegriCloud