Skip to content

Commit

Permalink
[flang][NFC] Fix first line of magic-numbers.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
klausler committed Oct 4, 2021
1 parent 67acc77 commit 33c5264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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.
Expand Down

0 comments on commit 33c5264

Please sign in to comment.