summaryrefslogtreecommitdiff
path: root/src/util.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/util.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/util.h')
-rw-r--r--src/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.h b/src/util.h
index 75975d7..36c0a89 100644
--- a/src/util.h
+++ b/src/util.h
@@ -45,7 +45,6 @@ inline string make_string(char *c_str)
return s;
}
-
namespace procman
{
gchar* format_duration_for_display(unsigned centiseconds);
@@ -89,15 +88,12 @@ namespace procman
gint number_compare_func(GtkTreeModel* model, GtkTreeIter* first,
GtkTreeIter* second, gpointer user_data);
-
template<typename T>
void poison(T &t, char c)
{
memset(&t, c, sizeof t);
}
-
-
//
// Stuff to update a tree_store in a smart way
//
@@ -132,5 +128,4 @@ namespace procman
gchar* get_nice_level (gint nice);
}
-
#endif /* H_MATE_SYSTEM_MONITOR_UTIL_1123178725 */