Skip to content

Commit d1c9d4a

Browse files
pennamsebromero
andauthored
Apply correct indentation to directives
Co-authored-by: Sebastian Romero <[email protected]>
1 parent b10b5e1 commit d1c9d4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/ArduinoCellular.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ bool ArduinoCellular::awaitNetworkRegistration(){
221221
if(this->debugStream != nullptr){
222222
this->debugStream->print(".");
223223
}
224-
#if defined(ARDUINO_ARCH_MBED)
225-
if(mbed::Watchdog::get_instance().is_running()) {
226-
mbed::Watchdog::get_instance().kick();
227-
}
228-
#endif
224+
#if defined(ARDUINO_ARCH_MBED)
225+
if(mbed::Watchdog::get_instance().is_running()) {
226+
mbed::Watchdog::get_instance().kick();
227+
}
228+
#endif
229229
delay(2000);
230230
}
231231
return true;

0 commit comments

Comments
 (0)