summaryrefslogtreecommitdiff
path: root/src/pyinterp.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-08-04 14:47:44 -0700
committerJohn Wiegley <johnw@newartisans.com>2015-08-04 14:47:44 -0700
commita24910b3740b572db15fda4bd574222090e16d79 (patch)
treec55016e39e293fc8fa0016eb1eeb4be1bc439b68 /src/pyinterp.h
parenta3e946f90f902600819f64217c8cd98c72bb21ba (diff)
downloadfork-ledger-a24910b3740b572db15fda4bd574222090e16d79.tar.gz
fork-ledger-a24910b3740b572db15fda4bd574222090e16d79.tar.bz2
fork-ledger-a24910b3740b572db15fda4bd574222090e16d79.zip
Whitespace cleanup
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r--src/pyinterp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h
index 32becbf6..fe86573a 100644
--- a/src/pyinterp.h
+++ b/src/pyinterp.h
@@ -77,7 +77,7 @@ public:
if (name != "__main__")
main_module->define_global(name, mod->module_object);
return mod;
- }
+ }
python_interpreter_t() : session_t(), is_initialized(false) {
TRACE_CTOR(python_interpreter_t, "");