Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-extensible-match.yang
index e265eb0991ae43b4b7d90fc9f7b832fa60a99c51..e1f5514faf74c001962da2aa9856061a62fc3a53 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-extensible-match {
     namespace "urn:opendaylight:openflow:oxm";
     prefix "oxm";
     }
 
     identity oxm-match-type {
-        description 
+        description
            "The OpenFlow Extensible Match type must be supported by all OpenFlow
             switches.";
         base oft:match-type-base;
     }
-    
+
     // oxm classes
         identity oxm-class-base {
             description "Base identity for OXM classes";
@@ -43,7 +43,7 @@
             base oxm-class-base;
         }
         identity experimenter-class {
-            description 
+            description
                 "Marks Experimenter match type class.
                 All experimenter match classes MUST use this class as a base.";
             base oxm-class-base;
         container oxm-container {
             uses oxm-fields-grouping;
         }
-        
+
         grouping oxm-fields-grouping {
             list match-entries {
                 description "OXM TLV-structures (Type Length Value)";
                 }
                 leaf has-mask {
                     type boolean;
-                } 
+                }
             }
         }
 
                 }
             }
         }
-        
+
 }
\ No newline at end of file