summaryrefslogtreecommitdiff
path: root/tests/testing-util
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2011-12-08 13:12:28 -0800
committerGarrett Regier <garrettregier@gmail.com>2012-02-10 09:36:57 -0800
commit7e12e18f787cc70117a101bce51d66c36999852d (patch)
treec79dc0f917e400ddbb554d23b16ac84dd294cfec /tests/testing-util
parent84a46b9cc24b6cd3d81e03e02424e439a4a5fb5e (diff)
downloadlibpeas-7e12e18f787cc70117a101bce51d66c36999852d.tar.gz
Remove trailing whitespace
Diffstat (limited to 'tests/testing-util')
-rw-r--r--tests/testing-util/testing-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index 63154c3..d52c887 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -222,7 +222,7 @@ testing_util_pop_log_hook (void)
g_return_if_fail (log_hooks != NULL);
g_return_if_fail (log_hooks->len > 0);
-
+
hook = g_ptr_array_index (log_hooks, log_hooks->len - 1);
if (!hook->hit)