summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DataStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/DataStream.h')
-rw-r--r--include/llvm/Support/DataStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/DataStream.h b/include/llvm/Support/DataStream.h
index 9a4daec1e9cc..a544316f430d 100644
--- a/include/llvm/Support/DataStream.h
+++ b/include/llvm/Support/DataStream.h
@@ -33,6 +33,6 @@ public:
std::unique_ptr<DataStreamer> getDataFileStreamer(const std::string &Filename,
std::string *Err);
-} // namespace llvm
+}
#endif // LLVM_SUPPORT_DATASTREAM_H_