summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-16 17:34:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-16 17:34:54 +0000
commitb97306f8dc5e4f93bd3e6e5500a8b8338d6249a2 (patch)
tree2aadaa0640b4910b78b1e1e99718f220fbfa7622 /plugins/Ping/src/common.h
parent3dc4db00aa828d245e4f7a8a14233d624f3e2e7c (diff)
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/common.h')
-rw-r--r--plugins/Ping/src/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/src/common.h b/plugins/Ping/src/common.h
index 5242b5c848..69853c41bd 100644
--- a/plugins/Ping/src/common.h
+++ b/plugins/Ping/src/common.h
@@ -73,7 +73,7 @@ struct HistPair {
short first;
time_t second;
- const bool operator==(const HistPair &other) const {return first == other.first && second == other.second;}
+ const bool operator==(const HistPair &other) const { return first == other.first && second == other.second; }
};
typedef LinkedList< HistPair > HistoryList;
@@ -125,7 +125,7 @@ extern PINGLIST list_items;
extern HANDLE reload_event_handle;
extern mir_cs list_cs;
extern HANDLE mainThread;
-extern HANDLE hWakeEvent;
+extern HANDLE hWakeEvent;
extern mir_cs thread_finished_cs, list_changed_cs, data_list_cs;
extern PINGLIST data_list;