diff th_args.h @ 129:aa2d608fb3f3

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2014 07:23:54 +0300
parents 34d58b0f2d52
children 286b2249c5d2
line wrap: on
line diff
--- a/th_args.h	Sun Jun 22 07:06:46 2014 +0300
+++ b/th_args.h	Sun Jun 22 07:23:54 2014 +0300
@@ -17,11 +17,11 @@
 
 /* Option flags
  */
-#define OPT_NONE       (0)    /* Simple option with no arguments */
-#define OPT_ARGREQ     (1)    /* Option's argument is required */
-#define OPT_ARGOPT     (3)    /* Option's argument is optional */
-#define OPT_ARGMASK    (3)    /* Mask for option argument flags */
-#define OPT_REQUIRED   (4)    /* This option is required to be given */
+#define OPT_NONE       (0)    // Simple option with no arguments
+#define OPT_ARGREQ     (1)    // Option's argument is required
+#define OPT_ARGOPT     (3)    // Option's argument is optional
+#define OPT_ARGMASK    (3)    // Mask for option argument flags
+#define OPT_REQUIRED   (4)    // This option is required to be given
 
 
 typedef struct {
@@ -43,4 +43,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* TH_ARGS */
+#endif // TH_ARGS