From 1c962bf5e26d3883bfc804b111d28080036d4feb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 11 Dec 2021 03:33:25 +0100 Subject: STR 3210: indentation is now controlled in one single position for all source and header files. --- fluid/code.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fluid/code.h') 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 *); -- cgit v1.2.3