summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-03-17 06:22:43 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-03-17 06:22:43 -0400
commit7ca8149ec5c7fa88d98df83e6260210372223036 (patch)
tree4c5741d682e89b1ea4e567c32a78d32ba17737db /src/value.h
parent3bb4cb6b6055f180112f357cf23463a1b8c186c5 (diff)
parent8dd362b57cf2b49c5268e72898ae873522d8756f (diff)
downloadfork-ledger-7ca8149ec5c7fa88d98df83e6260210372223036.tar.gz
fork-ledger-7ca8149ec5c7fa88d98df83e6260210372223036.tar.bz2
fork-ledger-7ca8149ec5c7fa88d98df83e6260210372223036.zip
Merge branch 'next'
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/value.h b/src/value.h
index ffbb89e8..1c1d8b6c 100644
--- a/src/value.h
+++ b/src/value.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2009, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2010, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -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;
/**