From b4353d15ea69c33c7a8568eae9297014f9f73624 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Fri, 19 Nov 2010 05:57:22 -0800 Subject: simfs: coding style fixes - rule M6 --- src/simfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/simfs.c b/src/simfs.c index 1e71f828..5f459ab1 100644 --- a/src/simfs.c +++ b/src/simfs.c @@ -98,7 +98,7 @@ void sim_fs_free(struct sim_fs *fs) * for operations still in progress */ if (fs->op_q) { - g_queue_foreach(fs->op_q, (GFunc)sim_fs_op_free, NULL); + g_queue_foreach(fs->op_q, (GFunc) sim_fs_op_free, NULL); g_queue_free(fs->op_q); } -- cgit v1.2.3