Reformatted all the files according to clang-format style
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
const char* BleIcon::GetIcon(bool isConnected) {
|
||||
if(isConnected) return Symbols::bluetooth;
|
||||
else return "";
|
||||
if (isConnected)
|
||||
return Symbols::bluetooth;
|
||||
else
|
||||
return "";
|
||||
}
|
Reference in New Issue
Block a user