Skip to content

Commit 1154ea1

Browse files
jnovonjCopilot
andauthored
Update examples/ChargenServer/ChargenServer.ino
Missing space after variable name Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 20e6639 commit 1154ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ChargenServer/ChargenServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const size_t PATTERN_LENGTH_FULL = 95;
4343
// This is the main asynchronous server object
4444
AsyncServer* AsyncServerChargen = nullptr;
4545
// This is the pointer to the single connected client
46-
AsyncClient* AsyncClientChargen= nullptr;
46+
AsyncClient* AsyncClientChargen = nullptr;
4747
// This is the pointer to the stream of data.
4848
size_t startIndex = 0;
4949

0 commit comments

Comments
 (0)