Only use tabs for intendention

This commit is contained in:
Jan Dalheimer
2014-04-09 15:41:49 +02:00
parent 3cd2b898e5
commit a00fb1e8da
10 changed files with 428 additions and 427 deletions

View File

@ -7,7 +7,7 @@ set(CMAKE_JAVA_JAR_ENTRY_POINT JavaCheck)
set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked)
set(SRC
JavaCheck.java
JavaCheck.java
)
add_jar(JavaCheck ${SRC})