[gnome-system-monitor] Fix function definition format in util.cpp
- From: Chris KÃhl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Fix function definition format in util.cpp
- Date: Sun, 8 Jan 2012 23:17:22 +0000 (UTC)
commit b21ba6cae5e66d89cd08159a442f525774b0fdc3
Author: Chris KÃhl <chrisk openismus com>
Date: Mon Jan 9 00:14:08 2012 +0100
Fix function definition format in util.cpp
src/util.cpp | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/util.cpp b/src/util.cpp
index 68b9aba..ad828de 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -290,7 +290,8 @@ is_debug_enabled(void)
}
-static double get_relative_time(void)
+static double
+get_relative_time(void)
{
static unsigned long start_time;
GTimeVal tv;
@@ -305,8 +306,8 @@ static double get_relative_time(void)
return (tv.tv_sec - start_time) + 1e-6 * tv.tv_usec;
}
-static
-guint64 get_size_from_column(GtkTreeModel* model, GtkTreeIter* first,
+static guint64
+get_size_from_column(GtkTreeModel* model, GtkTreeIter* first,
const guint index)
{
GValue value = { 0 };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]