summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/BinaryHolder.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-02-22 11:32:51 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-02-22 11:32:51 +0000
commitfa5c1b11ccdafbed135ba2fd5e843f77bf7a6313 (patch)
tree8bf4d0f151e9d426cf4185253c3cb178a17be015 /llvm/tools/dsymutil/BinaryHolder.cpp
parentd31a8c05956c3286bd1d428850ef1bf106605f44 (diff)
downloadbcm5719-llvm-fa5c1b11ccdafbed135ba2fd5e843f77bf7a6313.tar.gz
bcm5719-llvm-fa5c1b11ccdafbed135ba2fd5e843f77bf7a6313.zip
[dsymutil] Fix typos and formatting. NFC.
Some over-due gardening: this fixes a bunch of typos and makes the formatting consistent with LLVM's style guide. llvm-svn: 325768
Diffstat (limited to 'llvm/tools/dsymutil/BinaryHolder.cpp')
-rw-r--r--llvm/tools/dsymutil/BinaryHolder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/dsymutil/BinaryHolder.cpp b/llvm/tools/dsymutil/BinaryHolder.cpp
index eabbe8d8306..86af81d0ba0 100644
--- a/llvm/tools/dsymutil/BinaryHolder.cpp
+++ b/llvm/tools/dsymutil/BinaryHolder.cpp
@@ -202,5 +202,5 @@ BinaryHolder::GetObjectFiles(StringRef Filename,
return std::move(Objects);
}
-}
-}
+} // namespace dsymutil
+} // namespace llvm
OpenPOWER on IntegriCloud