vswitchd: Whitespace fixups.
authorEthan Jackson <ethan@nicira.com>
Thu, 6 Jan 2011 20:09:05 +0000 (12:09 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 7 Jan 2011 20:43:43 +0000 (12:43 -0800)
Removed tabs from vswitch.xml.  Removed trailing whitespace from
the bridge.

vswitchd/bridge.c
vswitchd/vswitch.xml

index d505b533c9ecc8e774962740454fa61c7758dfcc..e2d26c00968cab8a570b53c210584823997a9860 100644 (file)
@@ -671,7 +671,7 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg)
 
                 shash_init(&args);
                 if (iface) {
-                    shash_from_ovs_idl_map(iface->cfg->key_options, 
+                    shash_from_ovs_idl_map(iface->cfg->key_options,
                                            iface->cfg->value_options,
                                            iface->cfg->n_options, &args);
                 }
@@ -711,7 +711,7 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg)
                 struct shash args;
 
                 shash_init(&args);
-                shash_from_ovs_idl_map(iface->cfg->key_options, 
+                shash_from_ovs_idl_map(iface->cfg->key_options,
                                        iface->cfg->value_options,
                                        iface->cfg->n_options, &args);
                 netdev_reconfigure(iface->netdev, &args);
index 293634b6ef5541b4296625a5f1957ffea5813293..77906882f6b5f907dda364e01538b1f61823c264 100644 (file)
 
     <group title="Version Reporting">
       <p>
-       These columns report the types and versions of the hardware and
-       software running Open vSwitch.  We recommend in general that software
-       should test whether specific features are supported instead of relying
-       on version number checks.  These values are primarily intended for
-       reporting to human administrators.
+        These columns report the types and versions of the hardware and
+        software running Open vSwitch.  We recommend in general that software
+        should test whether specific features are supported instead of relying
+        on version number checks.  These values are primarily intended for
+        reporting to human administrators.
       </p>
 
       <column name="ovs_version">
-       The Open vSwitch version number, e.g. <code>1.1.0pre2</code>.
-       If Open vSwitch was configured with a build number, then it is
-       also included, e.g. <code>1.1.0pre2+build4948</code>.
+        The Open vSwitch version number, e.g. <code>1.1.0pre2</code>.
+        If Open vSwitch was configured with a build number, then it is
+        also included, e.g. <code>1.1.0pre2+build4948</code>.
       </column>
 
       <column name="db_version">
-       <p>
+        <p>
           The database schema version number in the form
           <code><var>major</var>.<var>minor</var>.<var>tweak</var></code>,
           e.g. <code>1.2.3</code>.  Whenever the database schema is changed in
 
       <column name="system_type">
         <p>
-         An identifier for the type of system on top of which Open vSwitch
-         runs, e.g. <code>XenServer</code> or <code>KVM</code>.
-       </p>
-       <p>
-         System integrators are responsible for choosing and setting an
-         appropriate value for this column.
-       </p>
+          An identifier for the type of system on top of which Open vSwitch
+          runs, e.g. <code>XenServer</code> or <code>KVM</code>.
+        </p>
+        <p>
+          System integrators are responsible for choosing and setting an
+          appropriate value for this column.
+        </p>
       </column>
 
       <column name="system_version">
         <p>
-         The version of the system identified by <ref column="system_type"/>,
-         e.g. <code>5.5.0-24648p</code> on XenServer 5.5.0 build 24648.
-       </p>
-       <p>
-         System integrators are responsible for choosing and setting an
-         appropriate value for this column.
-       </p>
-      </column>
-       
+          The version of the system identified by <ref column="system_type"/>,
+          e.g. <code>5.5.0-24648p</code> on XenServer 5.5.0 build 24648.
+        </p>
+        <p>
+          System integrators are responsible for choosing and setting an
+          appropriate value for this column.
+        </p>
+      </column>
+
     </group>
 
     <group title="Database Configuration">