mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-14 08:03:09 +03:00
Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo
This commit is contained in:
@@ -41,7 +41,7 @@ YunClient YunServer::accept() {
|
||||
uint8_t cmd[] = {'k'};
|
||||
uint8_t res[1];
|
||||
unsigned int l = bridge.transfer(cmd, 1, res, 1);
|
||||
if (l==0)
|
||||
if (l == 0)
|
||||
return YunClient();
|
||||
return YunClient(res[0]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user