diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-02-25 15:42:35 -0500 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-02-25 20:46:49 +0000 |
commit | 11b5c15fdb815a2af400bfddef944dbac41a434a (patch) | |
tree | e7217ebcff4d4d9f7f95d0342b6776547e5537c3 /sync_pipe_write.c | |
parent | c55c57ad72acda8cbce2841bc237f966bad5ae5b (diff) | |
download | wireshark-11b5c15fdb815a2af400bfddef944dbac41a434a.tar.gz wireshark-11b5c15fdb815a2af400bfddef944dbac41a434a.tar.bz2 wireshark-11b5c15fdb815a2af400bfddef944dbac41a434a.zip |
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0
Reviewed-on: https://code.wireshark.org/review/385
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'sync_pipe_write.c')
-rw-r--r-- | sync_pipe_write.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync_pipe_write.c b/sync_pipe_write.c index b18adedd19..d93897e154 100644 --- a/sync_pipe_write.c +++ b/sync_pipe_write.c @@ -62,8 +62,8 @@ pipe_write_header(int pipe_fd, char indicator, int length) } -/* write a message to the recipient pipe in the standard format - (3 digit message length (excluding length and indicator field), +/* write a message to the recipient pipe in the standard format + (3 digit message length (excluding length and indicator field), 1 byte message indicator and the rest is the message). If msg is NULL, the message has only a length and indicator. */ void |