diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 20:31:54 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 20:31:54 +0100 |
commit | d21ec211e44eb5a79639c27d9f17188dd2a231cb (patch) | |
tree | ffb62f5715413904188057594c2c5a26ad24850e /FICS/network.h | |
parent | 17f0bdd615981446cf9daa024d0089422642b35f (diff) |
Deleted trailing whitespace characters
Diffstat (limited to 'FICS/network.h')
-rw-r--r-- | FICS/network.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FICS/network.h b/FICS/network.h index 856c649..0f9073a 100644 --- a/FICS/network.h +++ b/FICS/network.h @@ -50,10 +50,10 @@ typedef struct _connection { unsigned int fromHost; int status; #ifdef TIMESEAL - char user[512]; - char sys[512]; - int timeseal; - int time; + char user[512]; + char sys[512]; + int timeseal; + int time; #endif /* Input buffering */ int numPending; |