Removed redundant spaces
[libcds.git] / src / topology_linux.cpp
index 416ec6caad8991911ff45f1a434199e3ad59aeb2..6da24a3388e8b520b21e18b3f1cbc9178dbeda3e 100644 (file)
@@ -50,7 +50,7 @@ namespace cds { namespace OS { CDS_CXX11_INLINE_NAMESPACE namespace Linux {
                 std::string line;
 
                 unsigned int nProcCount = 0;
-                while ( !cpuinfo.eof() ) {
+                while ( !cpuinfo.eof()) {
                     std::getline(cpuinfo,line);
                     if (!line.size())
                         continue;