summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/manufacturers.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/manufacturers.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/manufacturers.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/wellenreiter/gui/manufacturers.cpp b/noncore/net/wellenreiter/gui/manufacturers.cpp
index dad2753..f9f8967 100644
--- a/noncore/net/wellenreiter/gui/manufacturers.cpp
+++ b/noncore/net/wellenreiter/gui/manufacturers.cpp
@@ -36,3 +36,3 @@ ManufacturerDB::ManufacturerDB( const QString& filename )
QString manu;
-
+
while (!s.atEnd())
@@ -40,9 +40,9 @@ ManufacturerDB::ManufacturerDB( const QString& filename )
s >> addr;
- s.skipWhiteSpace();
+ s.skipWhiteSpace();
manu = s.readLine();
#ifdef DEBUG
- qDebug( "ManufacturerDB: read pair %s, %s", (const char*) addr, (const char*) manu );
+ //qDebug( "ManufacturerDB: read pair %s, %s", (const char*) addr, (const char*) manu );
#endif
manufacturers.insert( addr, manu );
-
+
}