Skip to content

Commit

Permalink
Clang Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Jul 20, 2022
1 parent acc187e commit 9954db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/InteractiveServer_Mesh/HTML.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ bool led_state = 0;
static const PROGMEM char begin_html[] = "HTTP/1.1 200 OK\r\n"
"Content-Type: text/html\r\n" //40b
"Connection: close\r\n\n" //59
"<!DOCTYPE HTML>\n" //75
"<html><head>" //87
"<!DOCTYPE HTML>\n" //75
"<html><head>" //87
"<style>\n"
"body{background-color:linen; text-align: center}"
"table.center{margin-left:auto;margin-right:auto;}"
Expand Down
4 changes: 2 additions & 2 deletions examples/InteractiveServer_Mesh_ESPWifi/HTML.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ bool led_state = 0;
static const PROGMEM char begin_html[] = "HTTP/1.1 200 OK\r\n"
"Content-Type: text/html\r\n" //40b
"Connection: close\r\n\n" //59
"<!DOCTYPE HTML>\n" //75
"<html><head>" //87
"<!DOCTYPE HTML>\n" //75
"<html><head>" //87
"<style>\n"
"body{background-color:linen; text-align: center}"
"table.center{margin-left:auto;margin-right:auto;}"
Expand Down

0 comments on commit 9954db3

Please sign in to comment.