[tracker/drop-inotify] libtracker-miner tests: remove trailing whitespaces in monitor tests
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/drop-inotify] libtracker-miner tests: remove trailing whitespaces in monitor tests
- Date: Tue, 29 Jun 2010 14:52:56 +0000 (UTC)
commit e68758d37efced208d5fceaf6d4d196e45db3f9e
Author: Aleksander Morgado <aleksander lanedo com>
Date: Tue Jun 29 16:51:41 2010 +0200
libtracker-miner tests: remove trailing whitespaces in monitor tests
tests/libtracker-miner/tracker-monitor-test.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/tests/libtracker-miner/tracker-monitor-test.c b/tests/libtracker-miner/tracker-monitor-test.c
index da57a6c..2486a17 100644
--- a/tests/libtracker-miner/tracker-monitor-test.c
+++ b/tests/libtracker-miner/tracker-monitor-test.c
@@ -83,7 +83,7 @@ events_wait (void)
main_loop = g_main_loop_new (NULL, FALSE);
g_assert (main_loop != NULL);
-
+
g_main_loop_run (main_loop);
g_main_loop_unref (main_loop);
main_loop = NULL;
@@ -111,7 +111,7 @@ create_file (const gchar *filename,
g_assert (contents != NULL);
file = g_fopen (filename, "wb");
- g_assert (file != NULL);
+ g_assert (file != NULL);
length = strlen (contents);
g_assert_cmpint (fwrite (contents, 1, length, file), >=, length);
@@ -232,7 +232,7 @@ test_monitor_events_created_cb (TrackerMonitor *monitor,
/* g_assert_cmpstr (g_file_get_path (file), ==, g_file_get_path (file_for_events)); */
if (!is_directory && g_file_equal (file, file_for_events)) {
events_received ();
- }
+ }
}
static void
@@ -331,8 +331,8 @@ test_monitor_events_moved_cb (TrackerMonitor *monitor,
g_free (path);
}
- if (!is_directory &&
- (g_file_equal (file, file_for_events) ||
+ if (!is_directory &&
+ (g_file_equal (file, file_for_events) ||
g_file_equal (other_file, file_for_events))) {
events_received ();
}
@@ -451,10 +451,10 @@ main (int argc,
/* FIXME: Bug found, if this test occurs before the events
* test the setting up of the monitor again doesn't produce
- * any actual events.
+ * any actual events.
*/
- g_test_add_func ("/libtracker-miner/tracker-monitor/monitor-enabled",
- test_monitor_enabled);
+ g_test_add_func ("/libtracker-miner/tracker-monitor/monitor-enabled",
+ test_monitor_enabled);
g_test_add_func ("/libtracker-miner/tracker-monitor/monitor-free",
test_monitor_free);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]