summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
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);