aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/e-cert-db.c
diff options
context:
space:
mode:
Diffstat (limited to 'smime/lib/e-cert-db.c')
-rw-r--r--smime/lib/e-cert-db.c4
1 files changed, 2 insertions, 2 deletions
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];
}