diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-27 00:33:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-27 00:33:57 +0100 |
| commit | fedf8b82a0d455f66ad55ee8ed387bee856c039e (patch) | |
| tree | 67b68f2db1a0caa3b198fecdf48c8cf3036a2386 /src/lib/encoded_log_entry.h | |
| parent | 5db035a299f36d4b8ed6d200325676035efed22e (diff) | |
White space: encoded_log_entry.{cc,h}
Diffstat (limited to 'src/lib/encoded_log_entry.h')
| -rw-r--r-- | src/lib/encoded_log_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/encoded_log_entry.h b/src/lib/encoded_log_entry.h index fadf48add..38622f305 100644 --- a/src/lib/encoded_log_entry.h +++ b/src/lib/encoded_log_entry.h @@ -25,9 +25,9 @@ class EncodedLogEntry : public LogEntry { public: - EncodedLogEntry (int frame, std::string ip, double receive, double encode, double send); + EncodedLogEntry(int frame, std::string ip, double receive, double encode, double send); - std::string message () const override; + std::string message() const override; private: int _frame; |
