summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/format.h b/format.h
index 3e644bd6..a2c5c89b 100644
--- a/format.h
+++ b/format.h
@@ -45,13 +45,13 @@ struct element_t
DEPTH_SPACER
};
- bool align_left;
- unsigned int min_width;
- unsigned int max_width;
+ bool align_left;
+ unsigned int min_width;
+ unsigned int max_width;
- kind_t type;
- std::string chars;
- value_expr * val_expr;
+ kind_t type;
+ std::string chars;
+ value_expr * val_expr;
struct element_t * next;