remove all trailing whitespace

This commit is contained in:
fzielcke 2009-06-10 21:04:23 +00:00
parent d2d4966571
commit b39f9d20a9
222 changed files with 3286 additions and 3286 deletions

View file

@ -19,9 +19,9 @@
#include <grub/symbol.h>
.file "setjmp.S"
.text
/*
* int grub_setjmp (grub_jmp_buf env)
*/
@ -36,7 +36,7 @@ FUNCTION(grub_setjmp)
xorl %eax, %eax
jmp *%ecx
/*
* int grub_longjmp (grub_jmp_buf env, int val)
*/
@ -53,4 +53,4 @@ FUNCTION(grub_longjmp)
jnz 1f
incl %eax
1: jmp *%ecx