mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
pre-commit and includes missing
This commit is contained in:
parent
856a0838d1
commit
bc70c70e09
20 changed files with 34 additions and 23 deletions
|
@ -717,9 +717,7 @@ String processor(const String& var) {
|
|||
if (emulator_pause_status == NORMAL)
|
||||
content += "<h4>Pause status: " + String(get_emulator_pause_status().c_str()) + " </h4>";
|
||||
else
|
||||
content +=
|
||||
"<h4 style='color: red;'>Pause status: " + String(get_emulator_pause_status().c_str()) +
|
||||
" </h4>";
|
||||
content += "<h4 style='color: red;'>Pause status: " + String(get_emulator_pause_status().c_str()) + " </h4>";
|
||||
|
||||
// Close the block
|
||||
content += "</div>";
|
||||
|
@ -799,9 +797,7 @@ String processor(const String& var) {
|
|||
if (emulator_pause_status == NORMAL)
|
||||
content += "<h4>Pause status: " + String(get_emulator_pause_status().c_str()) + " </h4>";
|
||||
else
|
||||
content +=
|
||||
"<h4 style='color: red;'>Pause status: " + String(get_emulator_pause_status().c_str()) +
|
||||
" </h4>";
|
||||
content += "<h4 style='color: red;'>Pause status: " + String(get_emulator_pause_status().c_str()) + " </h4>";
|
||||
|
||||
content += "</div>";
|
||||
content += "</div>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue