remove trailing whitespace at end of lines
[reactos.git] / rosapps / lib / dflat32 / config.c
index 2d2b1e6..e59bb1c 100644 (file)
@@ -449,7 +449,7 @@ void BuildFileName(char *path, char *ext)
        cp = strrchr(path, '\\');
        if (cp == NULL)
                cp = path;
-       else 
+       else
                cp++;
        strcpy(cp, DFlatApplication);
        strcat(cp, ext);