Skip to content

Commit f8bcee1

Browse files
committed
Fix table heading formatting
Signed-off-by: Matthias Kretz <[email protected]>
1 parent 92e182a commit f8bcee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
\begin{floattable}{Reduction identities and combiner operations}{tab:parallel.alg.reductions}
246246
{ccc}
247247
\topline
248-
\chdr{Function} & \chdr{Reduction Identity} & \chdr{Combiner Operation} \\
248+
\lhdr{Function} & \chdr{Reduction Identity} & \rhdr{Combiner Operation} \\
249249
\capsep
250250
\tcode{reduction_plus} & \tcode{T()} & \tcode{x + y} \\
251251
\hline

src/general.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
\begin{floattable}{Feature-test macro(s)}{tab:parallel.general.features}
4040
{ c | p{3cm} | c | p{3cm} | c | p{3cm} }
4141
\topline
42-
\chdr{Doc. No.} & \chdr{Title} & \chdr{Primary Section} & \chdr{Macro Name} & \chdr{Value} & \chdr{Header} \\
42+
\lhdr{Doc. No.} & \chdr{Title} & \chdr{Primary Section} & \chdr{Macro Name} & \chdr{Value} & \rhdr{Header} \\
4343
\capsep
4444
P0155R0 & Task Block R5 & \ref{parallel.task_block} & \tcode{__cpp_lib_experimental_parallel_task_block} & 201711 & \tcode{<experimental/- exception_list> \ <experimental/- task_block>} \\
4545
\hline

0 commit comments

Comments
 (0)