Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / arch / i386 / init / crt0_romcc_epilogue.inc
index 73107c913b6b172a121a05e5724c2d9b900da4a4..3bd1b369924f6068fc0cd38224b8a52c90edb412 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright 2002 Eric Biederman
  *
  * This file is free software; you can redistribute it and/or
@@ -11,7 +11,7 @@
 __main:
        post_code(0x11)
        cld                     /* clear direction flag */
-       
+
        movl    %ebp, %esi
 
        movl $ROMSTAGE_STACK, %esp
@@ -19,7 +19,7 @@ __main:
        pushl %esi
        call copy_and_run
 
-.Lhlt: 
+.Lhlt:
        post_code(0xee)
        hlt
        jmp     .Lhlt