From 074f566e77c00adf47a771574b823142df3f9167 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Fri, 6 Jun 2014 11:04:46 +0000 Subject: Fix C++ style // comments in a couple of C files 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/c-arcmt-test') diff --git a/tools/c-arcmt-test/c-arcmt-test.c b/tools/c-arcmt-test/c-arcmt-test.c index 60faed03dc..3bbb2d5d6a 100644 --- a/tools/c-arcmt-test/c-arcmt-test.c +++ b/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); } -- cgit v1.2.3