Revert "Replace tabs with spaces in config yang files"
[controller.git] / opendaylight / config / netty-timer-config / src / main / yang / netty-timer.yang
index 66466ee34531ffa77788cca608fb040b6731421d..b53b13f5a864c8be42f5c12e838a34d636685cc0 100644 (file)
@@ -1,7 +1,7 @@
 // vi: set smarttab et sw=4 tabstop=4:
 module netty-timer {
     yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:netty:timer";
+       namespace "urn:opendaylight:params:xml:ns:yang:controller:netty:timer";
     prefix "netty-timer";
 
     import config { prefix config; revision-date 2013-04-05; }
@@ -17,17 +17,17 @@ module netty-timer {
          netty timer implementation.
 
         Copyright (c)2013 Cisco Systems, Inc. All rights reserved.;
-
+        
         This program and the accompanying materials are made available
-        under the terms of the Eclipse Public License v1.0 which
-        accompanies this distribution, and is available at
-        http://www.eclipse.org/legal/epl-v10.html";
+               under the terms of the Eclipse Public License v1.0 which
+               accompanies this distribution, and is available at
+               http://www.eclipse.org/legal/epl-v10.html";
 
     revision "2013-11-19" {
         description
             "Initial revision";
     }
-
+    
     identity netty-hashed-wheel-timer {
         base config:module-type;
         config:provided-service netty:netty-timer;
@@ -37,23 +37,23 @@ module netty-timer {
     augment "/config:modules/config:module/config:configuration" {
         case netty-hashed-wheel-timer {
             when "/config:modules/config:module/config:type = 'netty-hashed-wheel-timer'";
-
+            
             leaf tick-duration {
                 type uint32;
             }
-
+            
             leaf ticks-per-wheel {
                 type uint16;
             }
-
-            container thread-factory {
-                uses config:service-ref {
-                    refine type {
-                        mandatory false;
-                        config:required-identity th:threadfactory;
-                    }
-                }
-            }
+            
+                       container thread-factory {
+                               uses config:service-ref {
+                                       refine type {
+                                               mandatory false;
+                                               config:required-identity th:threadfactory;
+                                       }
+                               }
+                       }
         }
     }
-}
+}
\ No newline at end of file