Checkstyle compliant src/main|test/resources
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / test / resources / test-rpc.yang
index 3474e9183429fa94df4395e53136cc078296a66a..3db1f5fdba4a2bc47bfed2751e1c7c50efd3345c 100644 (file)
@@ -4,7 +4,7 @@ module test-rpc-service {
     prefix "rpc";
 
     revision "2014-08-28" {
-        description 
+        description
             "Initial revision";
     }
 
@@ -14,11 +14,11 @@ module test-rpc-service {
                 type string;
             }
         }
-        
+
         output {
             leaf output-data {
                 type string;
             }
         }
     }
-}
\ No newline at end of file
+}