x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr
authorIan Campbell <ijc@hellion.org.uk>
Wed, 30 Jan 2008 12:33:37 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:37 +0000 (13:33 +0100)
size reports no change in arch/x86/boot/compressed/vmlinux.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/boot/compressed/vmlinux_32.scr

index 707a88f7f29ebc24b42b0a793ed132f53d1c0f05..a54952661995951548cdcc6e2ec79eb8a1afcdaf 100644 (file)
@@ -2,9 +2,9 @@ SECTIONS
 {
   .data.compressed : {
        input_len = .;
-       LONG(input_data_end - input_data) input_data = .; 
-       *(.data) 
+       LONG(input_data_end - input_data) input_data = .;
+       *(.data)
        output_len = . - 4;
-       input_data_end = .; 
+       input_data_end = .;
        }
 }