Cosmetics, coding style fixes (trivial).
[coreboot.git] / payloads / libpayload / i386 / util.S
index a0b1b0980d63023fe47c038f4f6f1831c8c3df14..9858d29b05116673c4ca52eb27462a5e1e00ad29 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-       .global halt    
+
+       .global halt
        .text
        .align 4
-       
-/* This function puts the system into a halt.  */              
 
+/* This function puts the system into a halt. */
 halt:
        cli
        hlt