diff options
author | athenian200 <athenian200@outlook.com> | 2020-01-26 01:51:37 -0600 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2020-01-26 01:51:37 -0600 |
commit | 7d53919c26e7b1126d2b0bd534ec7299fc34f040 (patch) | |
tree | 08495718d2d650a3ce25ee7a39010733685e9299 /netwerk/protocol | |
parent | 8bb5db350d302f12aff7688a850ee51885e0e803 (diff) | |
download | UXP-7d53919c26e7b1126d2b0bd534ec7299fc34f040.tar UXP-7d53919c26e7b1126d2b0bd534ec7299fc34f040.tar.gz UXP-7d53919c26e7b1126d2b0bd534ec7299fc34f040.tar.lz UXP-7d53919c26e7b1126d2b0bd534ec7299fc34f040.tar.xz UXP-7d53919c26e7b1126d2b0bd534ec7299fc34f040.zip |
Fix whitespace.
Diffstat (limited to 'netwerk/protocol')
-rw-r--r-- | netwerk/protocol/ftp/nsFtpConnectionThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/ftp/nsFtpConnectionThread.h b/netwerk/protocol/ftp/nsFtpConnectionThread.h index cc8f0df95..2fe21ab8c 100644 --- a/netwerk/protocol/ftp/nsFtpConnectionThread.h +++ b/netwerk/protocol/ftp/nsFtpConnectionThread.h @@ -181,7 +181,7 @@ private: bool mStorReplyReceived; // FALSE if waiting for STOR // completion status from server bool mRlist1xxReceived; // TRUE if the server has sent a - // LIST 1xx response. + // LIST 1xx response. bool mRstor1xxReceived; // TRUE if the server has sent a // STOR 1xx response. bool mRretr1xxReceived; // TRUE if the server has sent a |