diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-02-11 02:09:20 +0100 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-02-11 02:09:20 +0100 |
commit | 1d0001020716d3f3d3734dd4a4f8cd609bc2b215 (patch) | |
tree | 101d294e03b9a211cf29a0a61c4d82ee645e6b56 /indra/llvfs/lldir_win32.h | |
parent | 1c931920af96e8ef4fd7f923b58f23b2bee869ee (diff) |
OPEN-29 Cleanup: strip trailing whitespace
As people will have to rebuild half the tree anyway, because these
headers changed, we might as well prettify them a bit.
Diffstat (limited to 'indra/llvfs/lldir_win32.h')
-rw-r--r-- | indra/llvfs/lldir_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.h b/indra/llvfs/lldir_win32.h index 8a97a248dd..b170ebbcd7 100644 --- a/indra/llvfs/lldir_win32.h +++ b/indra/llvfs/lldir_win32.h @@ -52,7 +52,7 @@ public: private: BOOL getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname); - + void* mDirSearch_h; llutf16string mCurrentDir; }; |