Remove trailing whitespace. Sorry if this breaks your patches.
[oweals/opkg-lede.git] / libbb / parse_mode.c
index ba34ea9293955ae4cc1b1b4bf84d8b6984908487..02668c7abc8eb8a0651e0854b3fe3b4ebfe607fe 100644 (file)
@@ -31,7 +31,7 @@
  * correct mode described by the string. */
 extern int parse_mode(const char *s, mode_t * theMode)
 {
-       static const mode_t group_set[] = { 
+       static const mode_t group_set[] = {
                S_ISUID | S_IRWXU,              /* u */
                S_ISGID | S_IRWXG,              /* g */
                S_IRWXO,                                /* o */