diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-24 22:06:27 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-24 22:18:22 +0000 |
commit | 961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch) | |
tree | a04b3000fc1000b753fb60588a6f35305e60afdf /src/users.cpp | |
parent | dba2cddc463082ca028617df93e6726253e0866f (diff) |
Remove trailing whitespace from various source files.
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 506cdf6d8..fd794d386 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1026,7 +1026,7 @@ void User::ChangeRealHost(const std::string& host, bool resetdisplay) const bool changehost = (realhost != host); if (!changehost && !resetdisplay) return; - + // If the displayhost is not set and we are not resetting it then // we need to copy it to the displayhost field. if (displayhost.empty() && !resetdisplay) |