Use spaces instead of tabs 15/33815/2
authorLianhao Lu <lianhao.lu@intel.com>
Fri, 2 Mar 2018 15:11:55 +0000 (23:11 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Fri, 2 Mar 2018 15:21:53 +0000 (15:21 +0000)
Change-Id: I458705b6e31fbb45f9459492667cb7fe5d7aba62
Issue-ID: VNFSDK-210
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b1286c7..77e13ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ under the License.
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-       <relativePath>../../oparent</relativePath>
+        <relativePath>../../oparent</relativePath>
     </parent>
 
     <groupId>org.onap.vnfsdk.pkgtools</groupId>
@@ -33,7 +33,7 @@ under the License.
     <properties>
         <sonar.language>py</sonar.language>
         <sonar.pluginName>Python</sonar.pluginName>
-       <sonar.inclusions>**/*.py</sonar.inclusions>
+        <sonar.inclusions>**/*.py</sonar.inclusions>
     </properties>
 
     <build>