mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo
This commit is contained in:
@ -84,8 +84,8 @@ void Process::runAsynchronously() {
|
||||
|
||||
delete cmdline;
|
||||
cmdline = NULL;
|
||||
|
||||
if (res[0]==0) // res[0] contains error code
|
||||
|
||||
if (res[0] == 0) // res[0] contains error code
|
||||
started = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user