Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Arduino / Auto Format made syntax Error #384

Closed Defragster closed 7 years ago

Defragster commented 7 years ago

Doing the Auto Format turned this line: if (pd_state == 2 && (sum - sum_old) <= 0) into this: if (pd_state == 2 && (sum -sum_old) < = 0)

The space added between '<' and '=' caused this Compile Error:

.../AcorrB/AcorrB.ino:36:45: error: expected primary-expression before '=' token