From 772c293b24fd1837966dbe2fb541f4dbc8b82c71 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 24 Aug 2014 16:47:04 +0200 Subject: Core: Remove tabs --- src/tools/map_extractor/dbcfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/map_extractor') 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 -- cgit v1.2.3