Trailing whitespace removal over entire tree
[oweals/busybox.git] / loginutils / deluser.c
index 869b22013d68d3331d58e510533e8c217d2ddb2b..d07fd22aca3fb3ae2696bc0f32dc54ff9380d227 100644 (file)
@@ -19,7 +19,7 @@ static void del_line_matching(const char *login, const char *filename)
        int len = strlen(login);
        int found = 0;
        llist_t *plist = NULL;
-       
+
        passwd = fopen_or_warn(filename, "r");
        if (!passwd) return;