Skip to content
Snippets Groups Projects
Commit 1d000102 authored by Boroondas Gupte's avatar Boroondas Gupte
Browse files

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.
parent 1c931920
No related branches found
No related tags found
No related merge requests found
/** /**
* @file lldir_linux.h * @file lldir_linux.h
* @brief Definition of directory utilities class for linux * @brief Definition of directory utilities class for linux
* *
* $LicenseInfo:firstyear=2000&license=viewerlgpl$ * $LicenseInfo:firstyear=2000&license=viewerlgpl$
* Second Life Viewer Source Code * Second Life Viewer Source Code
...@@ -57,7 +57,7 @@ class LLDir_Linux : public LLDir ...@@ -57,7 +57,7 @@ class LLDir_Linux : public LLDir
DIR *mDirp; DIR *mDirp;
int mCurrentDirIndex; int mCurrentDirIndex;
int mCurrentDirCount; int mCurrentDirCount;
std::string mCurrentDir; std::string mCurrentDir;
}; };
#endif // LL_LLDIR_LINUX_H #endif // LL_LLDIR_LINUX_H
......
...@@ -54,7 +54,7 @@ class LLDir_Solaris : public LLDir ...@@ -54,7 +54,7 @@ class LLDir_Solaris : public LLDir
DIR *mDirp; DIR *mDirp;
int mCurrentDirIndex; int mCurrentDirIndex;
int mCurrentDirCount; int mCurrentDirCount;
std::string mCurrentDir; std::string mCurrentDir;
}; };
#endif // LL_LLDIR_SOLARIS_H #endif // LL_LLDIR_SOLARIS_H
......
...@@ -52,7 +52,7 @@ class LLDir_Win32 : public LLDir ...@@ -52,7 +52,7 @@ class LLDir_Win32 : public LLDir
private: private:
BOOL getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname); BOOL getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname);
void* mDirSearch_h; void* mDirSearch_h;
llutf16string mCurrentDir; llutf16string mCurrentDir;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment