[llvm-commits] [dragonegg] r149778 - /dragonegg/trunk/src/Backend.cpp

Duncan Sands baldrick at free.fr
Sat Feb 4 02:58:16 PST 2012


Author: baldrick
Date: Sat Feb  4 04:58:16 2012
New Revision: 149778

URL: http://llvm.org/viewvc/llvm-project?rev=149778&view=rev
Log:
Convert tab stop to spaces.

Modified:
    dragonegg/trunk/src/Backend.cpp

Modified: dragonegg/trunk/src/Backend.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/src/Backend.cpp?rev=149778&r1=149777&r2=149778&view=diff
==============================================================================
--- dragonegg/trunk/src/Backend.cpp (original)
+++ dragonegg/trunk/src/Backend.cpp Sat Feb  4 04:58:16 2012
@@ -1202,7 +1202,7 @@
         TARGET_ADJUST_LLVM_LINKAGE(GV,decl);
 #endif /* TARGET_ADJUST_LLVM_LINKAGE */
 
-	handleVisibility(decl, GV);
+        handleVisibility(decl, GV);
 
         // If GV got renamed, then there is already an object with this name in
         // the symbol table.  If this happens, the old one must be a forward





More information about the llvm-commits mailing list