diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-21 20:06:29 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-21 20:09:01 +0900 |
commit | d3f1f39dafc87ce5b4654ac2a9b21df53dad1a4b (patch) | |
tree | 3f66a5700db17013771d83a1bcab6a7be2e24cf9 /lib/csapi/{{base}}.h.mustache | |
parent | b71baf486dc276ad616e3c7b46f44b4cafb62f40 (diff) | |
download | libquotient-d3f1f39dafc87ce5b4654ac2a9b21df53dad1a4b.tar.gz libquotient-d3f1f39dafc87ce5b4654ac2a9b21df53dad1a4b.zip |
csapi: Fix indentaton of data structures inside job classes
Diffstat (limited to 'lib/csapi/{{base}}.h.mustache')
-rw-r--r-- | lib/csapi/{{base}}.h.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/{{base}}.h.mustache b/lib/csapi/{{base}}.h.mustache index 38d80669..1e7c0132 100644 --- a/lib/csapi/{{base}}.h.mustache +++ b/lib/csapi/{{base}}.h.mustache @@ -38,7 +38,7 @@ namespace QMatrixClient /// {{_}}{{/description}} struct {{name}}{{#parents?}} : {{#parents}}{{name}}{{>cjoin}}{{/parents}}{{/parents?}} { -{{#vars}}{{#description}} /// {{_}} +{{#vars}}{{#description}} /// {{_}} {{/description}} {{>maybeOmittableType}} {{nameCamelCase}}; {{/vars}} }; {{/ model}} |