mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Remove trailing whitespaces and change tabs to spaces
This commit is contained in:
@@ -9,11 +9,11 @@ Functions having to do with parser keywords, like testing if a function is a blo
|
||||
/**
|
||||
Return values for parser_keywords_is_switch()
|
||||
*/
|
||||
enum
|
||||
enum
|
||||
{
|
||||
ARG_NON_SWITCH,
|
||||
ARG_SWITCH,
|
||||
ARG_SKIP
|
||||
ARG_NON_SWITCH,
|
||||
ARG_SWITCH,
|
||||
ARG_SKIP
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user