Adjust indentation for .globl directives.
[pintos-anon] / src / threads / start.S
index 351b5e1532a95eb286d1c05c82509034cade63f2..58624791a78e599bac5df8914a0fc0398b8dc52c 100644 (file)
@@ -2,7 +2,7 @@
 # is the very beginning of its binary image.  All we need to do is
 # jump to the real entry point.
 
-       .globl start
+.globl start
 start: call main
 
        # If main returns, spin.