From: Jean Perier Date: Thu, 30 Sep 2021 21:04:03 +0000 (+0200) Subject: [flang][NFC] Fix header comments in some runtime headers X-Git-Tag: upstream/15.0.7~29991 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf1f5fbdfcf516c6ee2617a21b004b575c9c521b;p=platform%2Fupstream%2Fllvm.git [flang][NFC] Fix header comments in some runtime headers Differential Revision: https://reviews.llvm.org/D110850 --- diff --git a/flang/include/flang/Runtime/allocatable.h b/flang/include/flang/Runtime/allocatable.h index 4818fdd..cce8035 100644 --- a/flang/include/flang/Runtime/allocatable.h +++ b/flang/include/flang/Runtime/allocatable.h @@ -1,4 +1,4 @@ -//===-- include/flang/Runtime/allocatable.h ---------------- +//===-- include/flang/Runtime/allocatable.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. diff --git a/flang/include/flang/Runtime/entry-names.h b/flang/include/flang/Runtime/entry-names.h index 39a04a9..c2d68f0 100644 --- a/flang/include/flang/Runtime/entry-names.h +++ b/flang/include/flang/Runtime/entry-names.h @@ -1,4 +1,4 @@ -/*===-- include/flang/Runtime/entry-names.h -------------------------*- C -*-=== +/*===-- include/flang/Runtime/entry-names.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.