summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-13 19:55:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-13 20:46:01 +0300
commit887544273011d56a796e9507199ea8d6484d31c6 (patch)
treec203b7f58e69abad45de75ed5e3e75f99057a17d /plugins/NewStory/src/templates.h
parentcd99f666712ff1227e33d8891897c4f4409dd572 (diff)
NewStory: code cleaning
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r--plugins/NewStory/src/templates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h
index d2235b2c2c..95cbe8f8e9 100644
--- a/plugins/NewStory/src/templates.h
+++ b/plugins/NewStory/src/templates.h
@@ -19,11 +19,11 @@ struct VFArgs
DBEVENTINFO *event;
};
*/
-typedef void (* VarFunc)(int mode, TemplateVars *vars, MCONTACT hContact, HistoryArray::ItemData *item);
+typedef void(*VarFunc)(int mode, TemplateVars *vars, MCONTACT hContact, HistoryArray::ItemData *item);
struct TemplateInfo
{
- enum { VF_COUNT = 5 };
+ enum { VF_COUNT = 5 };
char *setting;
TCHAR *group;