diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-15 19:29:12 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-15 19:38:09 +0100 |
| commit | 7161cad2c75c323fe8c9316ab7ac14e84411b37f (patch) | |
| tree | 747a1ec72f30e00d9b5999bb5a32f6bbcb16897d /fluid/code.h | |
| parent | f57b074378d69d19eb5a70e6335054bada06919a (diff) | |
#329 #318: Fixed Fluid indenting and trailing whitespace
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/code.h b/fluid/code.h index 474b87bf0..5e9a70216 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -39,7 +39,7 @@ void write_c(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_cc(const char *, int, const char*, const char*); void write_h(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_hc(const char *, int, const char*, const char*); -void write_c_indented(const char *textlines); +void write_c_indented(const char *textlines, int inIndent, char inTrailwWith); int write_code(const char *cfile, const char *hfile); int write_strings(const char *sfile); void write_public(int state); // writes pubic:/private: as needed |
