diff options
author | Viktor Szakats <commit@vsz.me> | 2025-07-14 17:08:05 +0200 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2025-07-25 11:47:51 +0200 |
commit | 4d977fe55200a491da447c40fc7b426ba343c2b7 (patch) | |
tree | 79962a605a0c7993d65d045c91e73ed6c7b7707c /docs/examples/htmltitle.cpp | |
parent | 63a8167f3ecca88f924226a9a355a41dff975eee (diff) |
tidy-up: more whitespace/indent, comments
Also a couple of minor formatting updates in the root `CMakeLists.txt`.
One swap to `#ifdef`.
Closes #17929
Diffstat (limited to 'docs/examples/htmltitle.cpp')
-rw-r--r-- | docs/examples/htmltitle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/htmltitle.cpp b/docs/examples/htmltitle.cpp index 52dbdf153..8d75f588f 100644 --- a/docs/examples/htmltitle.cpp +++ b/docs/examples/htmltitle.cpp @@ -144,7 +144,7 @@ static void StartElement(void *voidContext, context->title = ""; context->addTitle = true; } - (void) attributes; + (void)attributes; } // |