Fix YANG feature installation.
[sim/o1-interface.git] / ntsimulator / ntsim-ng / core / container.c
index a3e7b11..b2f92d2 100644 (file)
@@ -247,7 +247,7 @@ static bool container_rules_is_excluded_module(const char *module) {
             return true;
         }
     }
-    
+
     return false;
 }
 
@@ -259,6 +259,6 @@ static bool container_rules_is_excluded_feature(const char *feature) {
             return true;
         }
     }
-    
+
     return false;
-}
\ No newline at end of file
+}