Skip to content

Commit f258e0e

Browse files
committed
Use C++ header guards III
1 parent 08a7bbc commit f258e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/include/flang/Testing/fp-testing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ class ScopedHostFloatingPointEnvironment {
3232
#endif
3333
};
3434

35-
#endif /* FORTRAN_TESTING_FP_TESTING_H_ */
35+
#endif // FORTRAN_TESTING_FP_TESTING_H_

flang/include/flang/Testing/testing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ FailureDetailPrinter Match(const char *file, int line, const std::string &want,
4141
FailureDetailPrinter Compare(const char *file, int line, const char *xs,
4242
const char *rel, const char *ys, std::uint64_t x, std::uint64_t y);
4343
} // namespace testing
44-
#endif /* FORTRAN_TESTING_TESTING_H_ */
44+
#endif // FORTRAN_TESTING_TESTING_H_

0 commit comments

Comments
 (0)