diff options
| author | Thibault "bui" Koechlin | 2017-12-28 17:04:06 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-28 17:04:06 +0100 |
| commit | 9f5e8d12f05fb24c915a5266a1e908a75c8aed08 (patch) | |
| tree | 9160075ea943c7fd29a3923f844a0ac0d6b8b457 /src/sp_config_keywords.h | |
| parent | 62c48bf9a85e0294b7b32cea438e904e1cd50669 (diff) | |
Clang-format pass
- `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h`
- Update the documentation accordingly
Diffstat (limited to 'src/sp_config_keywords.h')
| -rw-r--r-- | src/sp_config_keywords.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp_config_keywords.h b/src/sp_config_keywords.h index fdea1c5..8286997 100644 --- a/src/sp_config_keywords.h +++ b/src/sp_config_keywords.h | |||
| @@ -6,11 +6,11 @@ int parse_random(char *line); | |||
| 6 | int parse_disable_xxe(char *line); | 6 | int parse_disable_xxe(char *line); |
| 7 | int parse_auto_cookie_secure(char *line); | 7 | int parse_auto_cookie_secure(char *line); |
| 8 | int parse_global_strict(char *line); | 8 | int parse_global_strict(char *line); |
| 9 | int parse_global(char *line) ; | 9 | int parse_global(char *line); |
| 10 | int parse_cookie(char *line); | 10 | int parse_cookie(char *line); |
| 11 | int parse_unserialize(char *line) ; | 11 | int parse_unserialize(char *line); |
| 12 | int parse_readonly_exec(char *line); | 12 | int parse_readonly_exec(char *line); |
| 13 | int parse_disabled_functions(char *line) ; | 13 | int parse_disabled_functions(char *line); |
| 14 | int parse_upload_validation(char *line); | 14 | int parse_upload_validation(char *line); |
| 15 | 15 | ||
| 16 | #endif // __SP_CONFIG_KEYWORDS_H | 16 | #endif // __SP_CONFIG_KEYWORDS_H |
