aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_constants.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-31 10:01:39 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-31 10:01:39 -0700
commit0d3169ef70032559e201a500aff2197a2854aa72 (patch)
tree89971815f95f8826ad1eee19985147d0635ca2ea /parse_constants.h
parentfe3b439e31ce893d9345112e95a031aa5ec11183 (diff)
Run restyle.sh to enforce style rules.
Diffstat (limited to 'parse_constants.h')
-rw-r--r--parse_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse_constants.h b/parse_constants.h
index ebf6030b..ee0c5a2a 100644
--- a/parse_constants.h
+++ b/parse_constants.h
@@ -43,7 +43,7 @@ enum parse_token_type_t
symbol_argument_or_redirection,
symbol_argument_list,
-
+
// "freestanding" argument lists are parsed from the argument list supplied to 'complete -a'
// They are not generated by parse trees rooted in symbol_job_list
symbol_freestanding_argument_list,
@@ -54,7 +54,7 @@ enum parse_token_type_t
symbol_optional_background,
symbol_end_command,
-
+
// Terminal types
parse_token_type_string,
parse_token_type_pipe,
@@ -156,7 +156,7 @@ struct parse_error_t
/** Return a string describing the error, suitable for presentation to the user. If skip_caret is false, the offending line with a caret is printed as well */
wcstring describe(const wcstring &src) const;
-
+
/** Return a string describing the error, suitable for presentation to the user, with the given prefix. If skip_caret is false, the offending line with a caret is printed as well */
wcstring describe_with_prefix(const wcstring &src, const wcstring &prefix, bool is_interactive, bool skip_caret) const;
};