(svn r17701) -Codechange: don't start line with a space if it's not inside comment
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
void RescanAIDir();
|
||||
|
||||
#if defined(ENABLE_NETWORK)
|
||||
bool HasAI(const struct ContentInfo *ci, bool md5sum);
|
||||
bool HasAI(const struct ContentInfo *ci, bool md5sum);
|
||||
#endif
|
||||
private:
|
||||
typedef std::map<const char *, class AILibrary *, StringCompare> AILibraryList;
|
||||
|
Reference in New Issue
Block a user