changeset 372:3d32a0c72dc7

Indentation cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 29 Feb 2016 15:26:55 +0200
parents bc5567f5e305
children 22fb23dc8c9b
files th_string.h
diffstat 1 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.h	Mon Feb 29 13:49:12 2016 +0200
+++ b/th_string.h	Mon Feb 29 15:26:55 2016 +0200
@@ -42,27 +42,27 @@
 
 enum
 {
-    TH_TRIM_START = 1,
-    TH_TRIM_END   = 2,
-    TH_TRIM_BOTH  = 3
+    TH_TRIM_START    = 1,
+    TH_TRIM_END      = 2,
+    TH_TRIM_BOTH     = 3
 };
 
 
 enum
 {
-    TH_PF_NONE  = 0x0000,
-    TH_PF_ALT   = 0x0001,
-    TH_PF_SIGN  = 0x0002,
-    TH_PF_SPACE = 0x0004,
-    TH_PF_GROUP = 0x0008,
+    TH_PF_NONE       = 0x0000,
+    TH_PF_ALT        = 0x0001,
+    TH_PF_SIGN       = 0x0002,
+    TH_PF_SPACE      = 0x0004,
+    TH_PF_GROUP      = 0x0008,
 
-    TH_PF_ZERO  = 0x0100,
-    TH_PF_LEFT  = 0x0200,
+    TH_PF_ZERO       = 0x0100,
+    TH_PF_LEFT       = 0x0200,
 
-    TH_PF_LONG  = 0x1000,
-    TH_PF_LONGLONG = 0x2000,
-    TH_PF_POINTER = 0x4000,
-    TH_PF_UPCASE = 0x8000,
+    TH_PF_LONG       = 0x1000,
+    TH_PF_LONGLONG   = 0x2000,
+    TH_PF_POINTER    = 0x4000,
+    TH_PF_UPCASE     = 0x8000,
 };