diff cinst/windowsstore.c @ 905:698b6a9bd75e

Fix coding style for C code astyle --style=gnu --indent=spaces=2
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 13 Aug 2014 15:49:47 +0200
parents f595fcbe3e76
children 265583011f24
line wrap: on
line diff
--- a/cinst/windowsstore.c	Wed Aug 13 15:44:35 2014 +0200
+++ b/cinst/windowsstore.c	Wed Aug 13 15:49:47 2014 +0200
@@ -141,11 +141,11 @@
         }
 
       found_cert = CertFindCertificateInStore (hStore,
-                                               X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
-                                               0,
-                                               CERT_FIND_EXISTING,
-                                               pc_to_add,
-                                               NULL);
+                   X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
+                   0,
+                   CERT_FIND_EXISTING,
+                   pc_to_add,
+                   NULL);
       if (found_cert != NULL)
         {
           DEBUGPRINTF ("Certificate already in store\n");

http://wald.intevation.org/projects/trustbridge/