]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Drop trailing white spaces.
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 25 Nov 2013 16:52:43 +0000 (11:52 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 25 Nov 2013 16:52:43 +0000 (11:52 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/FAQ.txt
doc/ja/lxc-clone.sgml.in
doc/ja/lxc-snapshot.sgml.in
lxc.spec.in
src/lxc/attach_options.h
src/lxc/lxccontainer.h
src/lxc/utils.c
src/tests/reboot.c
templates/lxc-openmandriva.in

index fce5eef5da3640fe1b85b46a08afc79f7154e771..50238ffde546a1d47aea36cfb099e4ecc06013dc 100644 (file)
@@ -32,8 +32,8 @@ error when starting a container.
 "[syserr] lxc_start:96: Invalid argument - failed to fork into a new
 namespace"
 
-Answer: 
-------- 
+Answer:
+-------
 
 read the lxc man page about kernel version prereq :) most probably
 your kernel is not configured to support the container options you
index 69b71e3dbc5719a2833748d373adb24d1fff423f..d0a1e2410d22ea790d594234a2fbc0abed4e13ec 100644 (file)
@@ -215,7 +215,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
            The lxcpath of the original container.  By default, the system
            wide configured lxcpath will be used.
             -->
-            オリジナルのコンテナの lxcpath.デフォルトでは,システム全体で設定された lxcpath が使われます.            
+            オリジナルのコンテナの lxcpath.デフォルトでは,システム全体で設定された lxcpath が使われます.
          </para>
        </listitem>
       </varlistentry>
index 7bebf9429902847a2b10af30c47419c33c1ed5e9..c3142346149b99c0eed9d60f0920757f827fa907 100644 (file)
@@ -112,7 +112,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
           <listitem>
            <para>
               <!--
-              List existing snapshots. 
+              List existing snapshots.
               -->
               存在するスナップショットをリスト表示します.
             </para>
@@ -124,7 +124,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
           <listitem>
            <para>
               <!--
-              Show snapshot comments in the snapshots listings. 
+              Show snapshot comments in the snapshots listings.
               -->
               スナップショットのリスト表示でスナップショットに対するコメントを表示します.
             </para>
index 3ef588118b9e679b3d19fecae21fbd6dc89a7b9f..763ce51a845822c5ec2b23166d37e03b0fa5707a 100644 (file)
@@ -52,8 +52,8 @@ BuildRequires: python3-devel
 
 %description
 Containers are insulated areas inside a system, which have their own namespace
-for filesystem, network, PID, IPC, CPU and memory allocation and which can be 
-created using the Control Group and Namespace features included in the Linux  
+for filesystem, network, PID, IPC, CPU and memory allocation and which can be
+created using the Control Group and Namespace features included in the Linux
 kernel.
 
 This package provides the lxc-* tools, which can be used to start a single
index 3255183f17451f6744c6c0a8a6780e4285d24370..70a39a9a6ee7ad8ea3aeeeb1b90bb8c3931ebbbe 100644 (file)
@@ -40,7 +40,7 @@ enum {
        LXC_ATTACH_MOVE_TO_CGROUP        = 0x00000001, //!< Move to cgroup
        LXC_ATTACH_DROP_CAPABILITIES     = 0x00000002, //!< Drop capabilities
        LXC_ATTACH_SET_PERSONALITY       = 0x00000004, //!< Set personality
-       LXC_ATTACH_LSM_EXEC              = 0x00000008, //!< Execute under a Linux Security Module 
+       LXC_ATTACH_LSM_EXEC              = 0x00000008, //!< Execute under a Linux Security Module
 
        /* the following are off by default */
        LXC_ATTACH_REMOUNT_PROC_SYS      = 0x00010000, //!< Remount /proc filesystem
index 7af24e5d3ffecc72106da08ee6ccfbb67bf0ca71..6295354cbc2db427129d1825624b8da558a80fd8 100644 (file)
@@ -149,7 +149,7 @@ struct lxc_container {
         * \brief Determine process ID of the containers init process.
         *
         * \param c Container.
-        * 
+        *
         * \return pid of init process as seen from outside the
         *  container.
         */
index 5bfe9dba2b4958b02269760b27d5010831c080af..97c252d51cdbe1f845a9735dd0d87d2cfe87cd67 100644 (file)
@@ -253,7 +253,7 @@ const char *lxc_global_config_value(const char *option_name)
                { "cgroup.use",      NULL            },
                { NULL, NULL },
        };
-       /* Protected by a mutex to eliminate conflicting load and store operations */ 
+       /* Protected by a mutex to eliminate conflicting load and store operations */
        static const char *values[sizeof(options) / sizeof(options[0])] = { 0 };
        const char *(*ptr)[2];
        const char *value;
index 0b8738ee2af93637862cf598914caf0c0edcb9f5..2b49ecf24f3cf7818fe655cb60b4510b1b6e6d23 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright © 2012 Serge Hallyn <serge.hallyn@ubuntu.com>.
  * Copyright © 2012 Canonical Ltd.
  *
index 3a1fa2734f8356d4c952cb83718429ef9c2ed04f..70c3a21e436566bf092052ce45d4e293a608d4c4 100644 (file)
@@ -343,7 +343,7 @@ if [ $? -ne 0 ]; then
 fi
 eval set -- "$options"
 
-release=${release:-"cooker"} 
+release=${release:-"cooker"}
 if [ -f /etc/lsb-release ]; then
     . /etc/lsb-release
     if [ "$DISTRIB_ID" = "OpenMandrivaLinux" ]; then