Module: check_mk
Branch: master
Commit: ace16fb151c3e8eb68bd0706a340c19154b09541
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ace16fb151c3e8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu May 16 10:29:40 2013 +0200
Minor code beautification
---
livestatus/src/TableStateHistory.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/livestatus/src/TableStateHistory.h b/livestatus/src/TableStateHistory.h
index e111dc8..e7e5bc3 100644
--- a/livestatus/src/TableStateHistory.h
+++ b/livestatus/src/TableStateHistory.h
@@ -105,9 +105,9 @@ class TableStateHistory : public Table
// Helper functions to traverse through logfiles
_logfiles_t::iterator _it_logs;
- logfile_entries_t* _entries;
+ logfile_entries_t *_entries;
logfile_entries_t::iterator _it_entries;
- LogEntry* _current_entry;
+ LogEntry *_current_entry;
public:
TableStateHistory();