From eae19460a75801781d3137a535741599a98fc807 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 llvm-svn: 210325 --- clang/tools/c-index-test/c-index-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/tools/c-index-test/c-index-test.c') 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); } -- cgit v1.2.3