[flang-commits] [flang] 33c5264 - [flang][NFC] Fix first line of magic-numbers.h

peter klausler via flang-commits flang-commits at lists.llvm.org
Mon Oct 4 09:37:21 PDT 2021


Author: peter klausler
Date: 2021-10-04T09:36:48-07:00
New Revision: 33c526416058cfd41a57a7ff73103127b319d6d1

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

LOG: [flang][NFC] Fix first line of magic-numbers.h

The first line of flang/include/flang/Runtime/magic-numbers.h
got split into two somehow; join it back up.

Differential Revision: https://reviews.llvm.org/D110965

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