Skip to content

Commit 9f50313

Browse files
author
Federico Fissore
committed
Upgraded libastyle to 2.05.1
1 parent 31a5b02 commit 9f50313

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

build/build.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@
364364
</antcall>
365365

366366
<antcall target="unzip">
367-
<param name="archive_file" value="./libastylej-2.05.zip" />
368-
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
367+
<param name="archive_file" value="./libastylej-2.05.1.zip" />
368+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
369369
<param name="final_folder" value="${staging_folder}/libastylej" />
370370
<param name="dest_folder" value="${staging_folder}" />
371371
</antcall>
@@ -538,8 +538,8 @@
538538
<chmod perm="755" file="linux/work/arduino" />
539539

540540
<antcall target="unzip">
541-
<param name="archive_file" value="./libastylej-2.05.zip" />
542-
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
541+
<param name="archive_file" value="./libastylej-2.05.1.zip" />
542+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
543543
<param name="final_folder" value="${staging_folder}/libastylej" />
544544
<param name="dest_folder" value="${staging_folder}" />
545545
</antcall>
@@ -756,8 +756,8 @@
756756
<antcall target="windows-build-avr-toolchain" />
757757

758758
<antcall target="unzip">
759-
<param name="archive_file" value="./libastylej-2.05.zip" />
760-
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
759+
<param name="archive_file" value="./libastylej-2.05.1.zip" />
760+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
761761
<param name="final_folder" value="${staging_folder}/libastylej" />
762762
<param name="dest_folder" value="${staging_folder}" />
763763
</antcall>

build/libastylej-2.05.1.zip.sha

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
328bdc3baf781193f3bc33a56fa477de67f5bfd8

build/libastylej-2.05.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/shared/lib/formatter.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# Instead, copy it in the same folder of file "preferences.txt" and modify the copy. This way, you won't lose your custom formatter settings when upgrading the IDE
66
# If you don't know where file preferences.txt is stored, open the IDE, File -> Preferences and you'll find a link
77

8+
mode=c
9+
810
# 2 spaces indentation
911
indent=spaces=2
1012

0 commit comments

Comments
 (0)