whitespace
[oota-llvm.git] / tools / llvm-diff / llvm-diff.cpp
index 6eca1e2bfcdec15f111a3b91e69bbbd9283af047..f70219eaf542abbc064979e955355e1ba3c97138 100644 (file)
@@ -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);