commit | bcbaad6d874d451817457ae0603f953cda3c0c06 | [log] [tgz] |
---|---|---|
author | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Fri Jan 03 13:47:43 2020 +0100 |
committer | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Fri Jan 03 13:47:43 2020 +0100 |
tree | 94d19d7e27512ef065475108105c4cca30f22449 | |
parent | 00de570793b8acdc072c16d533f1740e3e061d94 [diff] [blame] |
Bug #1800: Guard against misleading indentation
diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in index d63f371..c11457a 100644 --- a/doc/snippets/compile_snippet.cpp.in +++ b/doc/snippets/compile_snippet.cpp.in
@@ -15,6 +15,9 @@ int main(int, char**) { cout.precision(3); - ${snippet_source_code} +// intentionally remove indentation of snippet +{ +${snippet_source_code} +} return 0; }