summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Template.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/Template.h')
-rw-r--r--plugins/IEView/src/Template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/IEView/src/Template.h b/plugins/IEView/src/Template.h
index a0a3c51dd7..4d1f0846cc 100644
--- a/plugins/IEView/src/Template.h
+++ b/plugins/IEView/src/Template.h
@@ -43,7 +43,7 @@ private:
Token *next;
public:
enum TOKENS {
- END = 0,
+ END = 0,
BASE,
PLAIN,
TEXT,
@@ -65,7 +65,7 @@ public:
NICKOUT,
FILEDESC,
};
- Token(int, const char *, int );
+ Token(int, const char *, int);
~Token();
int getType();
int getEscape();