changeset 216:4a20bab3f806

Minor style fix
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 26 Mar 2014 20:12:15 +0100
parents 292e2cb60ef0
children 83a015f2e078
files cinst/main.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cinst/main.c	Wed Mar 26 17:18:00 2014 +0100
+++ b/cinst/main.c	Wed Mar 26 20:12:15 2014 +0100
@@ -124,8 +124,7 @@
       if (*buf == 'I')
         {
           /* Remove leading I: and trailing \r\n */
-          strv_append (readingList ? all_certs : to_install,
-                       buf + 2, len - 4);
+          strv_append (readingList ? all_certs : to_install, buf + 2, len - 4);
           continue;
         }
       if (*buf == 'R')

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