From 33c526416058cfd41a57a7ff73103127b319d6d1 Mon Sep 17 00:00:00 2001 From: peter klausler Date: Fri, 1 Oct 2021 12:55:33 -0700 Subject: [PATCH] [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 --- flang/include/flang/Runtime/magic-numbers.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.