diff options
| author | 2014-01-23 14:37:09 +0100 | |
|---|---|---|
| committer | 2014-01-23 14:37:09 +0100 | |
| commit | d02011d69fe1e52ec0bc38051eff9ea93a1cc88c (patch) | |
| tree | e754312d779e090111000d1c27d666fd318ae144 /src/modules/m_xline_db.cpp | |
| parent | Globally #undef min and max on Windows (diff) | |
| download | inspircd++-d02011d69fe1e52ec0bc38051eff9ea93a1cc88c.tar.gz inspircd++-d02011d69fe1e52ec0bc38051eff9ea93a1cc88c.tar.bz2 inspircd++-d02011d69fe1e52ec0bc38051eff9ea93a1cc88c.zip | |
Remove whitespace and minor style changes
Diffstat (limited to 'src/modules/m_xline_db.cpp')
| -rw-r--r-- | src/modules/m_xline_db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index 222bbe17b..1a7fd8cc5 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -166,7 +166,7 @@ class ModuleXLineDB : public Module ServerInstance->SNO->WriteToSnoMask('a', "database: cannot read db: %s (%d)", strerror(errno), errno); return false; } - + std::string line; while (std::getline(stream, line)) { |
