summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-10 09:43:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-10 09:43:41 +0200
commit97f05e3ed2d8d32218938b2bc7d562367d0074b1 (patch)
tree9c5de23d6653f5dff4954c4186f5c4ed310e4704 /cli
parent36e3bc290d58ad29692a4d594f37a6cb761912c7 (diff)
Cosmetic changes
Diffstat (limited to 'cli')
-rw-r--r--cli/cli.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx
index 761b9a9..2b909cd 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -16,7 +16,8 @@
using namespace std;
using namespace cutl;
-int main (int argc, char* argv[])
+int
+main (int argc, char* argv[])
{
ostream& e (cerr);