diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-11 03:33:25 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-11 03:40:07 +0100 |
| commit | 1c962bf5e26d3883bfc804b111d28080036d4feb (patch) | |
| tree | 1e6032e2b9db9d2348fa64c1b39d227ad7347957 /fluid/code.h | |
| parent | 235f9ed709d4b6ce6dbf46248250e8586bdd2dfe (diff) | |
STR 3210: indentation is now controlled in one single position for all source and header files.
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fluid/code.h b/fluid/code.h index 377c58085..474b87bf0 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -27,7 +27,9 @@ extern int write_sourceview; int is_id(char c); const char* unique_id(void* o, const char*, const char*, const char*); -extern const char* indent(); +const char *indent(); +const char *indent(int set); +const char *indent_plus(int offset); int write_declare(const char *, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_cstring(const char *,int length); void write_cstring(const char *); |
