Get the -o option right
[oota-llvm.git] / tools / llvmc / llvmc.cpp
index c377659a88e296fc392266b162e25946a09ae51d..64301c290305499accb4bfb6b889baa02d8ae08e 100644 (file)
@@ -121,7 +121,7 @@ cl::list<std::string> BOpt("B", cl::ZeroOrMore, cl::Prefix,
 
 cl::list<std::string> LibPaths("L", cl::Prefix,
   cl::desc("Specify a library search path"), cl::value_desc("directory"));
-                                                                                                                                            
+
 cl::list<std::string> Libraries("l", cl::Prefix,
   cl::desc("Specify libraries to link to"), cl::value_desc("library prefix"));