RECLAIM: refactoring; cleanup
[oweals/gnunet.git] / src / testbed / gnunet-testbed-profiler.c
index ac20378b6e77ccd3b193b9a64ee09801050a9eaa..d9401286c73d6e0c5f6d3fa1f954f1c902db7221 100644 (file)
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 
 /**
@@ -274,27 +276,23 @@ int
 main (int argc, char *const *argv)
 {
   struct GNUNET_GETOPT_CommandLineOption options[] = {
-
     GNUNET_GETOPT_option_uint ('p',
-                                   "num-peers",
-                                   "COUNT",
-                                   gettext_noop ("create COUNT number of peers"),
-                                   &num_peers),
-
+                               "num-peers",
+                               "COUNT",
+                               gettext_noop ("create COUNT number of peers"),
+                               &num_peers),
     GNUNET_GETOPT_option_uint ('e',
-                                   "num-errors",
-                                   "COUNT",
-                                   gettext_noop ("tolerate COUNT number of continious timeout failures"),
-                                   &num_cont_fails),
-
+                               "num-errors",
+                               "COUNT",
+                               gettext_noop ("tolerate COUNT number of continious timeout failures"),
+                               &num_cont_fails),
     GNUNET_GETOPT_option_flag ('n',
-                                  "non-interactive",
-                                  gettext_noop ("run profiler in non-interactive mode where upon "
-                                                "testbed setup the profiler does not wait for a "
-                                                "keystroke but continues to run until a termination "
-                                                "signal is received"),
+                               "non-interactive",
+                               gettext_noop ("run profiler in non-interactive mode where upon "
+                                             "testbed setup the profiler does not wait for a "
+                                             "keystroke but continues to run until a termination "
+                                             "signal is received"),
                                   &noninteractive),
-
 #if !ENABLE_SUPERMUC
     GNUNET_GETOPT_option_string ('H',
                                  "hosts",