[syslinux:master] chain.c: fix trailing whitespace

syslinux-bot for Michal Soltys soltys at ziu.info
Mon Mar 26 15:03:09 PDT 2012


Commit-ID:  3c833224641b1c55e24fedf664b7f5ec2149da30
Gitweb:     http://www.syslinux.org/commit/3c833224641b1c55e24fedf664b7f5ec2149da30
Author:     Michal Soltys <soltys at ziu.info>
AuthorDate: Mon, 16 Aug 2010 00:46:03 +0200
Committer:  Michal Soltys <soltys at ziu.info>
CommitDate: Sun, 22 Aug 2010 23:45:15 +0200

chain.c: fix trailing whitespace

Signed-off-by: Michal Soltys <soltys at ziu.info>

---
 com32/chain/chain.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/com32/chain/chain.c b/com32/chain/chain.c
index 0f9adb5..9eb6983 100644
--- a/com32/chain/chain.c
+++ b/com32/chain/chain.c
@@ -396,7 +396,7 @@ static int soi2sli(char *ptr, uint16_t *seg, uint32_t *lin, uint16_t *ip)
 {
     uint32_t segval = 0, offval = 0, ipval = 0, val;
     char *p;
-    
+
     segval = strtoul(ptr, &p, 0);
     if(*p == ':')
 	offval = strtoul(p+1, &p, 0);
@@ -520,7 +520,7 @@ static int parse_args(int argc, char *argv[])
 	    opt.keeppxe = 3;
 	} else if (!strcmp(argv[i], "nokeeppxe")) {
 	    opt.keeppxe = 0;
-	} else if (!strcmp(argv[i], "sethid") || 
+	} else if (!strcmp(argv[i], "sethid") ||
 		!strcmp(argv[i], "sethidden")) {
 	    opt.sethid = true;
 	} else if (!strcmp(argv[i], "nosethid") ||
@@ -933,8 +933,8 @@ int main(int argc, char *argv[])
 
     /* Do hide / unhide if appropriate */
     if (opt.hide)
-	hide_unhide(iter); 
-   
+	hide_unhide(iter);
+
     /* Load file and bs/mbr */
 
     load_base = opt.seg ? (uint32_t)(opt.seg << 4) : 0x7c00;


More information about the Syslinux-commits mailing list