[flang-commits] [flang] a63f576 - [flang][NFC] Fix header comments in some runtime headers

Jean Perier via flang-commits flang-commits at lists.llvm.org
Thu Sep 30 23:47:41 PDT 2021


Author: Jean Perier
Date: 2021-10-01T08:45:20+02:00
New Revision: a63f57674d511eb287edbabad9674c6298cf8b84

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

LOG: [flang][NFC] Fix header comments in some runtime headers

Added: 
    

Modified: 
    flang/include/flang/Runtime/magic-numbers.h

Removed: 
    


################################################################################
diff  --git a/flang/include/flang/Runtime/magic-numbers.h b/flang/include/flang/Runtime/magic-numbers.h
index 0f1957b4648b7..b2c6accdc357e 100644
--- a/flang/include/flang/Runtime/magic-numbers.h
+++ b/flang/include/flang/Runtime/magic-numbers.h
@@ -1,5 +1,4 @@
-#if 0 /*===-- include/flang/Runtime/magic-numbers.h \
-         -----------------------===*/
+#if 0 /*===-- include/flang/Runtime/magic-numbers.h -----------------------===*/
 /*
  * 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 flang-commits mailing list