Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 662d665

Browse files
committedMar 2, 2018
Merge branch 'master' of github.com:arduino/Arduino
2 parents 8b718a4 + 0175a4e commit 662d665

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎app/src/processing/app/syntax/PdeKeywords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void parseKeywordsTxt(File input) throws Exception {
115115
continue;
116116
}
117117

118-
String pieces[] = line.split("\\s+", 4);
118+
String pieces[] = line.split("\t");
119119

120120
String keyword = pieces[0].trim();
121121
if (keyword.startsWith("\\#")) {

‎build/shared/revisions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ARDUINO 1.8.6
55
* Added scroller in programmers menu.
66
* Added "accelerator" in scrollable menu, press "a" key while scrolling
77
* Keep "Board Manager" menu item always as first in the menu
8-
* keyword.txt now allows any whitespace. Thanks @bhagman
98

109
[wifi101-firmware]
1110
* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).

0 commit comments

Comments
 (0)
Please sign in to comment.