remove trailing whitespace
[oweals/busybox.git] / libbb / lineedit.c
index 5ebea70d615f196f52674dfca6a0ed920ac15fbd..a99f9b5fdfaae4f32929d8c4875edb02a83f1ac6 100644 (file)
@@ -233,7 +233,7 @@ static size_t load_string(const char *src, int maxsize)
        safe_strncpy(command_ps, src, maxsize);
        return strlen(command_ps);
 }
-# if ENABLE_FEATURE_TAB_COMPLETION 
+# if ENABLE_FEATURE_TAB_COMPLETION
 static void save_string(char *dst, int maxsize)
 {
        safe_strncpy(dst, command_ps, maxsize);