summaryrefslogtreecommitdiff
path: root/docs/examples/htmltitle.cpp
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2025-07-14 17:08:05 +0200
committerViktor Szakats <commit@vsz.me>2025-07-25 11:47:51 +0200
commit4d977fe55200a491da447c40fc7b426ba343c2b7 (patch)
tree79962a605a0c7993d65d045c91e73ed6c7b7707c /docs/examples/htmltitle.cpp
parent63a8167f3ecca88f924226a9a355a41dff975eee (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.cpp2
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;
}
//