clean some files
[transportpce.git] / api / src / main / yang / service_path / transportpce-renderer-device@2017-02-28.yang
index 2c3bd483aa673ee2a54f6d75b220a7f736c0d43b..8570cea5eea5db91012ee5249cf81d9cccb5a944 100644 (file)
@@ -70,21 +70,21 @@ module transportpce-device-renderer {
   }
 
   rpc create-ots-oms {
-           input {
-             leaf node-id {
-               type string;
-             }
-             leaf logical-connection-point {
-               type string;
-             }
-           }
-           output {
-             leaf success {
-            type boolean;
-             }
-             leaf result {
-               type string;
-             }
-           }
-         }
+    input {
+      leaf node-id {
+        type string;
+      }
+      leaf logical-connection-point {
+        type string;
+      }
+    }
+    output {
+      leaf success {
+        type boolean;
+      }
+      leaf result {
+        type string;
+      }
+    }
+  }
 }