Skip to content

Commit 5d13a15

Browse files
poetteringkeszybz
authored andcommitted
tree-wide: drop spurious newlines (systemd#8764)
Double newlines (i.e. one empty lines) are great to structure code. But let's avoid triple newlines (i.e. two empty lines), quadruple newlines, quintuple newlines, …, that's just spurious whitespace. It's an easy way to drop 121 lines of code, and keeps the coding style of our sources a bit tigther.
1 parent 6360b8f commit 5d13a15

File tree

91 files changed

+40
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+40
-121
lines changed

man/file-hierarchy.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@
565565
</variablelist>
566566
</refsect1>
567567

568-
569568
<refsect1>
570569
<title>Unprivileged Write Access</title>
571570

man/journal-remote.conf.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
</para></listitem>
7171
</varlistentry>
7272

73-
7473
<varlistentry>
7574
<term><varname>SplitMode=</varname></term>
7675

man/journald.conf.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@
276276
seconds.</para></listitem>
277277
</varlistentry>
278278

279-
280279
<varlistentry>
281280
<term><varname>SyncIntervalSec=</varname></term>
282281

man/sd-id128.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ int main(int argc, char **argv) {
114114
}
115115
</programlisting>
116116

117-
118117
<para><function>SD_ID128_CONST_STR()</function> may be used to
119118
convert constant 128-bit IDs into constant strings for output. The
120119
following example code will output the string

man/sd_get_seats.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
errno-style error code.</para>
107107
</refsect1>
108108

109-
110109
<refsect1>
111110
<title>Errors</title>
112111

man/sd_journal_get_catalog.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<paramdef>char **<parameter>ret</parameter></paramdef>
5454
</funcprototype>
5555

56-
5756
</funcsynopsis>
5857
</refsynopsisdiv>
5958

man/systemd-journal-upload.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
</para></listitem>
148148
</varlistentry>
149149

150-
151150
<varlistentry>
152151
<term><option>--save-state</option><optional>=<replaceable>PATH</replaceable></optional></term>
153152

man/systemd.exec.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
353353
</variablelist>
354354
</refsect1>
355355

356-
357356
<refsect1>
358357
<title>Security</title>
359358

@@ -746,7 +745,6 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
746745
</variablelist>
747746
</refsect1>
748747

749-
750748
<refsect1>
751749
<title>Sandboxing</title>
752750

@@ -2637,5 +2635,4 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy
26372635
</para>
26382636
</refsect1>
26392637

2640-
26412638
</refentry>

man/systemd.network.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,6 @@
13691369
</variablelist>
13701370
</refsect1>
13711371

1372-
13731372
<refsect1>
13741373
<title>[DHCPServer] Section Options</title>
13751374
<para>The <literal>[DHCPServer]</literal> section contains

man/systemd.timer.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@
263263
suffix.</para></listitem>
264264
</varlistentry>
265265

266-
267266
<varlistentry>
268267
<term><varname>Persistent=</varname></term>
269268

0 commit comments

Comments
 (0)