Replace tab characters by space characters

This commit is contained in:
PAX523 2016-03-25 18:58:43 +01:00
parent 377539340f
commit 2c5ed2bf8d
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
<version>3.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.2.2</version>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.2.2</version>
</dependency>
</dependencies>
</project>