summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/value.h b/src/value.h
index 2e59366e..1c1d8b6c 100644
--- a/src/value.h
+++ b/src/value.h
@@ -919,11 +919,11 @@ public:
/**
* Printing methods.
*/
- void print(std::ostream& out,
- const int first_width = -1,
- const int latter_width = -1,
- const bool right_justify = false,
- const bool colorize = false) const;
+ void print(std::ostream& out,
+ const int first_width = -1,
+ const int latter_width = -1,
+ const bool right_justify = false,
+ const bool colorize = false) const;
void dump(std::ostream& out, const bool relaxed = true) const;
/**