summaryrefslogtreecommitdiff
path: root/src/utility/pushvar.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-21 20:45:13 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:39:06 -0400
commitd23ed020abf494a046b499cdce1c0957cd5b4783 (patch)
treebd9035df62b9ef7cbf77045bb018de8e33270fca /src/utility/pushvar.h
parentfdfc37adf948415b6caad55c08e8313abd4e1b1b (diff)
downloadfork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.gz
fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.bz2
fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.zip
Whitespace cleanup.
Diffstat (limited to 'src/utility/pushvar.h')
-rw-r--r--src/utility/pushvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utility/pushvar.h b/src/utility/pushvar.h
index 793c0ca6..1a9bdcbc 100644
--- a/src/utility/pushvar.h
+++ b/src/utility/pushvar.h
@@ -33,9 +33,9 @@
* @file scopevar.h
* @author John Wiegley
* @date Sun May 6 20:10:52 2007
- *
+ *
* @brief Adds a facility to C++ for handling "scoped executions".
- *
+ *
* There are sometimes cases where you would like to guarantee that
* something happens at the end of a scope, such as calling a function
* to close a resource for you.