Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-configuration.yang
index 38d8d58b26e2cd51acc651d922bc39c98c88a47c..790a151b6bae6cb6bdc56e0e93e4f2cdf43aaad8 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
+
  module openflow-configuration {
     namespace "urn:opendaylight:openflow:config";
     prefix "of-config";
     typedef path-type {
         type enumeration {
             enum CLASSPATH {
-                value 0; 
+                value 0;
                 description "Keystore file is located on classpath.";
             }
             enum PATH {
-                value 1; 
+                value 1;
                 description "Keystore file is located on absolute or relative path.";
             }
         }
     typedef keystore-type {
         type enumeration {
             enum JKS {
-                value 0; 
+                value 0;
                 description "Keystore type - JKS.";
             }
             enum PKCS12 {
-                value 1; 
+                value 1;
                 description "Keystore type - PKCS12.";
             }
         }