summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-21 05:06:20 +0200
committerSven Gothel <[email protected]>2013-04-21 05:06:20 +0200
commit796192797bc65f5eff91f29a5abee9776dcf2ea3 (patch)
tree6f6c40f2073a4613560363a0c0a88d940aa00649 /make
parentf0f098a0de19d48b290eadb091c6930689b2e327 (diff)
build.xml: fix intendations
Diffstat (limited to 'make')
-rw-r--r--make/build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/make/build.xml b/make/build.xml
index 49524de..d8fd553 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -571,11 +571,11 @@
<antcall target="c.manifest" inheritRefs="true" />
- <jar destfile="${build}/gluegen-rt-natives-${os.and.arch}.jar" manifest="${build}/Manifest-rt.temp">
- <fileset dir="${build}/obj">
- <include name="*gluegen-rt.${native.library.suffix}" />
- </fileset>
- </jar>
+ <jar destfile="${build}/gluegen-rt-natives-${os.and.arch}.jar" manifest="${build}/Manifest-rt.temp">
+ <fileset dir="${build}/obj">
+ <include name="*gluegen-rt.${native.library.suffix}" />
+ </fileset>
+ </jar>
</target>