From eb29179da623f9cf4abd663577395a085452ca18 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 11 Jul 2010 11:31:15 -0400 Subject: Coding style and whitespace cleanup. --- smime/lib/e-cert-db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smime/lib') diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index e81d6d4d60..2e23df2c4a 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -511,7 +511,7 @@ install_loadable_roots (void) "/opt/mozilla/lib/mozilla" }; - for (i = 0; i < G_N_ELEMENTS (paths_to_check); i ++) { + for (i = 0; i < G_N_ELEMENTS (paths_to_check); i++) { gchar *dll_path = g_module_build_path (paths_to_check [i], "nssckbi"); if (g_file_test (dll_path, G_FILE_TEST_EXISTS)) { @@ -1109,7 +1109,7 @@ e_cert_db_import_email_cert (ECertDB *certdb, goto loser; } - for ( i = 0; i < numcerts; i++ ) { + for (i = 0; i < numcerts; i++) { rawCerts[i] = &certCollection->rawCerts[i]; } -- cgit v1.2.3