summaryrefslogtreecommitdiff
path: root/src/smooth_refresh.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:13:18 +0200
committerraveit65 <[email protected]>2021-12-11 16:18:43 +0100
commit89823a27a72cdab0da4623b8b010873a9ab85b82 (patch)
tree93ac3b9b4c17748812e359e6c6a3ca5d27647155 /src/smooth_refresh.h
parentf1c1e72d96c11194ff89752a4e22b6edffa75666 (diff)
downloadmate-system-monitor-89823a27a72cdab0da4623b8b010873a9ab85b82.tar.bz2
mate-system-monitor-89823a27a72cdab0da4623b8b010873a9ab85b82.tar.xz
Use a blank line at most
Diffstat (limited to 'src/smooth_refresh.h')
-rw-r--r--src/smooth_refresh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smooth_refresh.h b/src/smooth_refresh.h
index 92039e0..4e057d8 100644
--- a/src/smooth_refresh.h
+++ b/src/smooth_refresh.h
@@ -7,8 +7,6 @@
using std::string;
-
-
class SmoothRefresh
{
public:
@@ -45,7 +43,6 @@ class SmoothRefresh
*/
bool get(guint &new_interval);
-
static const string KEY;
static const bool KEY_DEFAULT_VALUE;
@@ -99,5 +96,4 @@ class SmoothRefresh
guint64 last_cpu_time;
};
-
#endif /* _PROCMAN_SMOOTH_REFRESH */