Convert tab to spaces (#7206)

This commit is contained in:
Laurentiu Delcea 2019-06-29 14:51:36 +03:00 committed by maibin
parent 40c3f5a22d
commit 2235c2e780
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<!-- tomcat -->
<dependency>
<groupId>org.apache.tomcat</groupId>
@ -120,8 +120,8 @@
<commons.collections.version>4.1</commons.collections.version>
<tomcat.version>8.5.24</tomcat.version>
<smack.version>4.3.1</smack.version>
<eclipse.paho.client.mqttv3.version>1.2.0</eclipse.paho.client.mqttv3.version>
<nanohttpd.version>2.3.1</nanohttpd.version>
<eclipse.paho.client.mqttv3.version>1.2.0</eclipse.paho.client.mqttv3.version>
<nanohttpd.version>2.3.1</nanohttpd.version>
</properties>
</project>