src/ubik/uinit.c: Fix misleading indentation
[openafs.git] / src / ubik / uinit.c
index a61a029..3a1997d 100644 (file)
@@ -25,7 +25,7 @@
 #include <afs/auth.h>
 #include <afs/cellconfig.h>
 #include <afs/keys.h>
-#include <ubik.h>
+#include "ubik.h"
 #include <afs/afsint.h>
 #include <afs/cmd.h>
 
@@ -93,9 +93,10 @@ internal_client_init(struct afsconf_dir *dir, struct afsconf_cell *info,
     if (uclientp) {
        *uclientp = 0;
        code = ubik_ClientInit(serverconns, uclientp);
-       if (code)
+       if (code) {
            fprintf(stderr, "%s: ubik client init failed.\n", progname);
            return code;
+       }
     }
 
     return 0;