Skip to content
Snippets Groups Projects
Commit a4bc895e authored by Sebastian Schinzel's avatar Sebastian Schinzel
Browse files

Tabs --> Spaces.

parent c62b6bb1
Branches master
No related tags found
No related merge requests found
......@@ -127,14 +127,14 @@ void main_loop() {
if (length < 0)
error("ERROR writing to socket");
/*
* Schließe die Verbindung.
*/
* Schließe die Verbindung.
*/
close(newsockfd);
}
/*
* Gib die eingegangenen Daten (zusätzlich) auf der Kommandozeile aus.
*/
* Gib die eingegangenen Daten (zusätzlich) auf der Kommandozeile aus.
*/
length = write(STDIN_FILENO, buffer, length);
if (length < 0)
error("ERROR writing to stdin");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment