Skip to content

Commit 81dc0e4

Browse files
committed
Use '//' style comments.
1 parent 6011619 commit 81dc0e4

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

orc-rt/include/orc-rt-c/orc-rt.h

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*===- orc-rt-c/orc-rt.h - Placeholder header for orc-rt ----------*- C -*-===*\
2-
|* *|
3-
|* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
4-
|* Exceptions. *|
5-
|* See https://llvm.org/LICENSE.txt for license information. *|
6-
|* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
7-
|* *|
8-
|*===----------------------------------------------------------------------===*|
9-
|* *|
10-
|* Placeholder header for initial orc-rt checkin *|
11-
|* *|
12-
\*===----------------------------------------------------------------------===*/
1+
//===- orc-rt-c/orc-rt.h - Placeholder header for orc-rt ----------*- C -*-===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
//
9+
// Placeholder header for initial orc-rt checkin.
10+
//
11+
//===----------------------------------------------------------------------===//
1312

1413
#ifndef ORC_RT_C_ORC_RT_H
1514
#define ORC_RT_C_ORC_RT_H
@@ -21,7 +20,7 @@ extern "C" {
2120
void orc_rt(void);
2221

2322
#ifdef __cplusplus
24-
} /* extern "C" */
23+
} // extern "C"
2524
#endif
2625

27-
#endif /* ORC_RT_C_ORC_RT_H */
26+
#endif // ORC_RT_C_ORC_RT_H

0 commit comments

Comments
 (0)