Delete trailing spaces

This commit is contained in:
Scott Shawcroft 2022-07-28 08:16:51 -07:00 committed by GitHub
parent 1332bb6534
commit df14f95398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1072,7 +1072,7 @@ static bool _reply(socketpool_socket_obj_t *socket, _request *request) {
} else if (strcmp(request->path, "/serial.js") == 0) { } else if (strcmp(request->path, "/serial.js") == 0) {
_REPLY_STATIC(socket, request, serial_js); _REPLY_STATIC(socket, request, serial_js);
} else if (strcmp(request->path, "/style.css") == 0) { } else if (strcmp(request->path, "/style.css") == 0) {
_REPLY_STATIC(socket, request, style_css); _REPLY_STATIC(socket, request, style_css);
} else if (strcmp(request->path, "/favicon.ico") == 0) { } else if (strcmp(request->path, "/favicon.ico") == 0) {
// TODO: Autogenerate this based on the blinka bitmap and change the // TODO: Autogenerate this based on the blinka bitmap and change the
// palette based on MAC address. // palette based on MAC address.