From 388682e808137ecc7d0ff957048592359bcb31bb Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Sun, 19 Jul 2026 23:39:52 +0200 Subject: [PATCH] [hive.syn, dcl.contract.func] Remove initial newlines from codeblocks. --- source/containers.tex | 1 - source/declarations.tex | 1 - 2 files changed, 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index e641eb6a07..875d4ec49c 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -7905,7 +7905,6 @@ \indexheader{hive}% \begin{codeblock} - #include // see \ref{initializer.list.syn} #include // see \ref{compare.syn} diff --git a/source/declarations.tex b/source/declarations.tex index 6afaa33fc6..6143f797fc 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -4789,7 +4789,6 @@ \end{note} \begin{example} \begin{codeblock} - bool b1, b2; void f() pre (b1) pre ([]{ return b2; }());