changeset 232:917e341d445b

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Feb 2016 15:55:33 +0200
parents d480cee946de
children 1be1a9bab1d3
files th_string.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.h	Tue Feb 16 15:54:37 2016 +0200
+++ b/th_string.h	Tue Feb 16 15:55:33 2016 +0200
@@ -42,9 +42,9 @@
 
 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
 };