summaryrefslogtreecommitdiff
path: root/flang/runtime/descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/runtime/descriptor.h')
-rw-r--r--flang/runtime/descriptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/runtime/descriptor.h b/flang/runtime/descriptor.h
index d1767cd1e44d..b0afaf077a19 100644
--- a/flang/runtime/descriptor.h
+++ b/flang/runtime/descriptor.h
@@ -329,5 +329,5 @@ public:
private:
char storage_[byteSize];
};
-} // namespace Fortran::runtime
+}
#endif // FORTRAN_RUNTIME_DESCRIPTOR_H_