diff options
Diffstat (limited to 'flang/lib/common/template.h')
-rw-r--r-- | flang/lib/common/template.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flang/lib/common/template.h b/flang/lib/common/template.h index 572c0b58b6ef..015eaedf505e 100644 --- a/flang/lib/common/template.h +++ b/flang/lib/common/template.h @@ -268,6 +268,5 @@ template<typename VISITOR> typename VISITOR::Result SearchDynamicTypes(VISITOR &&visitor) { return SearchDynamicTypesHelper<0, VISITOR>(std::move(visitor)); } - -} // namespace Fortran::common +} #endif // FORTRAN_COMMON_TEMPLATE_H_ |