mirror of
https://github.com/i3/i3.git
synced 2026-02-04 15:45:44 +00:00
clang-format-3.5 **/*.h **/*.c
This should be the last commit that formats a big bunch of files. From here on, whenever I merge patches, I’ll run clang-format like described in the title.
This commit is contained in:
@ -24,7 +24,7 @@ uint32_t modifiers_from_str(const char *str);
|
||||
* using 'call cfg_foo()' in parser-specs/.*.spec. Useful so that we don’t need
|
||||
* to repeat the definition all the time. */
|
||||
#define CFGFUN(name, ...) \
|
||||
void cfg_ ## name (I3_CFG, ## __VA_ARGS__ )
|
||||
void cfg_##name(I3_CFG, ##__VA_ARGS__)
|
||||
|
||||
/* The following functions are called by the config parser, see
|
||||
* parser-specs/config.spec. They get the parsed parameters and store them in
|
||||
|
||||
Reference in New Issue
Block a user