trivial: fix formatting

This commit is contained in:
Dan Williams
2010-10-22 11:25:03 -05:00
parent 91a58bbe3d
commit 0ec4dbcc1a

View File

@@ -1072,8 +1072,8 @@ test_devid_item (void *f, gpointer d)
item->manf, item->manf,
FALSE); FALSE);
g_assert (devid); g_assert (devid);
if (strcmp (devid, item->devid)) if (strcmp (devid, item->devid))
g_message (devid); g_message (devid);
g_assert (!strcmp (devid, item->devid)); g_assert (!strcmp (devid, item->devid));
} }