summaryrefslogtreecommitdiff
path: root/tools/llvm-diff
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-09-18 23:31:10 +0000
committerAndrew Trick <atrick@apple.com>2013-09-18 23:31:10 +0000
commit2cccc6220cc351b52d2cd2d0b7139502e854b68d (patch)
treeab1e29c1c732267f8fc6e0407243499e46fea9a3 /tools/llvm-diff
parentc1fe3e3b330d9404530abc2fbbd0f6d1fa64ce01 (diff)
downloadllvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.gz
llvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.bz2
llvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-diff')
-rw-r--r--tools/llvm-diff/llvm-diff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-diff/llvm-diff.cpp b/tools/llvm-diff/llvm-diff.cpp
index 6eca1e2bfc..f70219eaf5 100644
--- a/tools/llvm-diff/llvm-diff.cpp
+++ b/tools/llvm-diff/llvm-diff.cpp
@@ -70,7 +70,7 @@ int main(int argc, char **argv) {
cl::ParseCommandLineOptions(argc, argv);
LLVMContext Context;
-
+
// Load both modules. Die if that fails.
Module *LModule = ReadModule(Context, LeftFilename);
Module *RModule = ReadModule(Context, RightFilename);