From 89823a27a72cdab0da4623b8b010873a9ab85b82 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 18:13:18 +0200 Subject: Use a blank line at most --- src/util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/util.h') 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 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 */ -- cgit v1.2.1