cosmetics
This commit is contained in:
@ -105,12 +105,9 @@ mu_msg_new_from_doc (XapianDocument *doc, GError **err)
|
||||
{
|
||||
MuMsg *self;
|
||||
MuMsgDoc *msgdoc;
|
||||
gint64 start;
|
||||
|
||||
g_return_val_if_fail (doc, NULL);
|
||||
|
||||
start = g_get_monotonic_time();
|
||||
|
||||
if (G_UNLIKELY(!_gmime_initialized)) {
|
||||
gmime_init ();
|
||||
atexit (gmime_uninit);
|
||||
|
||||
@ -314,9 +314,6 @@ test_mu_cfind_csv (void)
|
||||
output = erroutput = NULL;
|
||||
g_assert (g_spawn_command_line_sync (cmdline, &output, &erroutput,
|
||||
NULL, NULL));
|
||||
|
||||
g_print ("\n\n%s\n\n", output);
|
||||
|
||||
g_assert (output);
|
||||
if (output[1] == 'H')
|
||||
g_assert_cmpstr (output,
|
||||
|
||||
Reference in New Issue
Block a user