remove trailing whitespace at end of lines
[reactos.git] / rosapps / tests / combo / utils.c
index f1eff54..563191e 100644 (file)
@@ -11,7 +11,7 @@ VOID  htoa (unsigned int val, char *buf)
 {
    int i;
    buf += 7;
-   
+
    for (i=0;i<8;i++)
        {
             *buf-- = hexvals[val & 0x0000000F];