indentation

master
Marius Kintel 2014-08-23 00:57:57 -04:00
parent c9b0a16843
commit 8ab3f843c7
2 changed files with 24 additions and 27 deletions

View File

@ -36,5 +36,3 @@ const char *ScadLexer::keywords(int set) const
return 0; return 0;
} }

View File

@ -16,5 +16,4 @@ public:
private: private:
ScadLexer(const ScadLexer &); ScadLexer(const ScadLexer &);
ScadLexer &operator=(const ScadLexer &); ScadLexer &operator=(const ScadLexer &);
}; };