-indent
authorChristian Grothoff <christian@grothoff.org>
Thu, 2 Jun 2016 15:28:38 +0000 (15:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 2 Jun 2016 15:28:38 +0000 (15:28 +0000)
src/arm/gnunet-service-arm.c

index f60a92a921f9bf9316cff2cb773c9498cbc304fe..0ccffa27ba03cde8a254929c1b64ec64c3513acd 100644 (file)
@@ -502,11 +502,11 @@ start_process (struct ServiceList *sl,
 
     is_simple_service = GNUNET_NO;
     if ( (GNUNET_OK ==
-            GNUNET_CONFIGURATION_get_value_choice (cfg,
-                                                   sl->name,
-                                                   "TYPE",
-                                                   choices,
-                                                   &service_type)) &&
+          GNUNET_CONFIGURATION_get_value_choice (cfg,
+                                                 sl->name,
+                                                 "TYPE",
+                                                 choices,
+                                                 &service_type)) &&
          (0 == strcasecmp (service_type, "SIMPLE")) )
       is_simple_service = GNUNET_YES;
   }