diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-24 16:47:04 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-24 16:47:04 +0200 |
commit | 772c293b24fd1837966dbe2fb541f4dbc8b82c71 (patch) | |
tree | 9c337323e97aedb6238178b2b537533f65aa237a | |
parent | 98e27a4f15aaf6d36522755a597d89730401fdb1 (diff) |
Core: Remove tabs
-rw-r--r-- | src/tools/map_extractor/dbcfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/map_extractor/dbcfile.h b/src/tools/map_extractor/dbcfile.h index 2bf27f5c7f6..9602182fe79 100644 --- a/src/tools/map_extractor/dbcfile.h +++ b/src/tools/map_extractor/dbcfile.h @@ -87,7 +87,7 @@ class DBCFile friend class DBCFile; friend class DBCFile::Iterator; - Record& operator=(Record const& right); + Record& operator=(Record const& right); }; /** Iterator that iterates over records */ @@ -121,7 +121,7 @@ class DBCFile private: Record record; - Iterator& operator=(Iterator const& right); + Iterator& operator=(Iterator const& right); }; // Get record by id |