From: <dg...@su...> - 2009-01-14 10:01:52
|
Author: friedrich.beckmann Date: Wed Jan 14 11:00:59 2009 New Revision: 5139 URL: http://www.opensync.org/changeset/5139 Log: Corrected Indentation Modified: trunk/tests/mock-plugin/mock_sync.c Modified: trunk/tests/mock-plugin/mock_sync.c ============================================================================== --- trunk/tests/mock-plugin/mock_sync.c Wed Jan 14 09:52:20 2009 (r5138) +++ trunk/tests/mock-plugin/mock_sync.c Wed Jan 14 11:00:59 2009 (r5139) @@ -391,7 +391,7 @@ } if (mock_get_error(info->memberid, "GET_CHANGES_TIMEOUT2")) - g_usleep(8*G_USEC_PER_SEC); + g_usleep(8*G_USEC_PER_SEC); if (osync_objtype_sink_get_slowsync(sink)) { osync_trace(TRACE_INTERNAL, "Slow sync requested"); |