Whitespace cleanup
Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
This commit is contained in:
4
twrp.cpp
4
twrp.cpp
@@ -254,7 +254,7 @@ int main(int argc, char **argv) {
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
if(crash_counter == 0) {
|
||||
if (crash_counter == 0) {
|
||||
property_list(Print_Prop, NULL);
|
||||
printf("\n");
|
||||
} else {
|
||||
@@ -309,7 +309,7 @@ int main(int argc, char **argv) {
|
||||
GUIConsole::Translate_Now();
|
||||
|
||||
// Fixup the RTC clock on devices which require it
|
||||
if(crash_counter == 0)
|
||||
if (crash_counter == 0)
|
||||
TWFunc::Fixup_Time_On_Boot();
|
||||
|
||||
// Run any outstanding OpenRecoveryScript
|
||||
|
||||
Reference in New Issue
Block a user