[compiler-rt] befb384 - [DFSan][NFC] Fix comment formatting.

Andrew Browne via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 15:36:48 PDT 2021


Author: Andrew Browne
Date: 2021-08-31T15:35:08-07:00
New Revision: befb384484310fed34e145bb220b331334d4db28

URL: https://github.com/llvm/llvm-project/commit/befb384484310fed34e145bb220b331334d4db28
DIFF: https://github.com/llvm/llvm-project/commit/befb384484310fed34e145bb220b331334d4db28.diff

LOG: [DFSan][NFC] Fix comment formatting.

Added: 
    

Modified: 
    compiler-rt/lib/dfsan/dfsan_thread.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/dfsan/dfsan_thread.h b/compiler-rt/lib/dfsan/dfsan_thread.h
index 8dde626f55695..6952963cfc48f 100644
--- a/compiler-rt/lib/dfsan/dfsan_thread.h
+++ b/compiler-rt/lib/dfsan/dfsan_thread.h
@@ -1,5 +1,4 @@
-//===-- dfsan_thread.h -------------------------------------------*- C++
-//-*-===//
+//===-- dfsan_thread.h ------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list