Skip to content

Commit 2296b22

Browse files
committed
replaced tabs with spaces
1 parent c15b820 commit 2296b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@
187187
<param name="final_folder" value="${target.path}/libraries/Firmata-2.4.3" />
188188
<param name="dest_folder" value="${target.path}/libraries" />
189189
</antcall>
190-
<move file="${target.path}/libraries/Firmata-2.4.3" tofile="${target.path}/libraries/Firmata" />
190+
<move file="${target.path}/libraries/Firmata-2.4.3" tofile="${target.path}/libraries/Firmata" />
191191
<antcall target="unzip">
192192
<param name="archive_file" value="Temboo-1.1.2.zip" />
193193
<param name="archive_url" value="https://github.com/temboo/Temboo/archive/1.1.2.zip" />
194194
<param name="final_folder" value="${target.path}/libraries/Temboo-1.1.2" />
195195
<param name="dest_folder" value="${target.path}/libraries" />
196196
</antcall>
197-
<move file="${target.path}/libraries/Temboo-1.1.2" tofile="${target.path}/libraries/Temboo" />
197+
<move file="${target.path}/libraries/Temboo-1.1.2" tofile="${target.path}/libraries/Temboo" />
198198
</target>
199199

200200
<!-- copy hardware folder -->

0 commit comments

Comments
 (0)