diff th_args.c @ 441:2991e6b52d95

Get rid of trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Oct 2017 17:12:50 +0300
parents 9148bc3fa838
children efd33accdc81
line wrap: on
line diff
--- a/th_args.c	Fri Sep 15 04:49:57 2017 +0300
+++ b/th_args.c	Thu Oct 12 17:12:50 2017 +0300
@@ -79,7 +79,7 @@
                 (*argIndex)++;
                 optArg = argv[*argIndex];
             }
-            
+
             if (optArg == NULL)
             {
                 THERR("Option '%s%s' requires an argument.\n",
@@ -88,7 +88,7 @@
                 return FALSE;
             }
         }
-        
+
         // Option was given succesfully, try to process it
         if (doProcess && !handle_option(opt->id, optArg, currArg))
             return FALSE;