tree-wide: drop trailing whitespace
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Jun 2018 10:03:28 +0000 (12:03 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Jun 2018 11:05:38 +0000 (13:05 +0200)
man/systemd.exec.xml
src/login/logind-session-device.c

index 872d51d..2e01326 100644 (file)
@@ -806,7 +806,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
         <listitem><para>These options take a whitespace-separated list of directory names. The specified directory
         names must be relative, and may not include <literal>..</literal>. If set, one or more
         directories by the specified names will be created (including their parents) below the locations
-        defined in the following table, when the unit is started.</para>          
+        defined in the following table, when the unit is started.</para>
         <table>
           <title>Automatic directory creation</title>
           <tgroup cols='3'>
@@ -846,7 +846,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
             </tbody>
           </tgroup>
         </table>
-          
+
         <para>In case of <varname>RuntimeDirectory=</varname> the lowest subdirectories are removed when the unit is
         stopped. It is possible to preserve the specified directories in this case if
         <varname>RuntimeDirectoryPreserve=</varname> is configured to <option>restart</option> or <option>yes</option>
index bf6e877..929eab7 100644 (file)
@@ -520,7 +520,7 @@ int session_device_save(SessionDevice *sd) {
 
         if (sd->pushed_fd)
                 return 0;
-              
+
         /* Session ID does not contain separators. */
         id = sd->session->id;
         assert(*(id + strcspn(id, "-\n")) == '\0');