From cf766b55cca979745f6c218d78f9cdcc297b3f20 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 26 Oct 2013 15:27:39 -0700 Subject: Fix formatting --- builtin.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'builtin.cpp') diff --git a/builtin.cpp b/builtin.cpp index 379d5290..c1281a52 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -1617,24 +1617,24 @@ static int builtin_echo(parser_t &parser, wchar_t **argv) { case L'n': print_newline = false; - break; + break; case L'e': interpret_special_chars = true; - break; + break; case L's': // fish-specific extension, // which we should try to nix print_spaces = false; - break; + break; case L'E': interpret_special_chars = false; - break; + break; } } } else { - invalid_echo_option: +invalid_echo_option: break; } argv++; -- cgit v1.2.3