summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-19 17:49:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-19 17:49:09 +0200
commit8d59e14e88164ddcb465ff3138584158ad793a57 (patch)
tree6b49f6c82b0d771ea799d16421a7739c5ad3609b
parentdd6a7354d0d035bfb60d9c261284bb6877c0f54e (diff)
Minor update
-rw-r--r--hello/hello/hello.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hello/hello/hello.cxx b/hello/hello/hello.cxx
index 0c63c7b..2dd47e5 100644
--- a/hello/hello/hello.cxx
+++ b/hello/hello/hello.cxx
@@ -2,10 +2,10 @@
#include <libhello/hello.hxx>
-using namespace std;
-
int main (int argc, char* argv[])
{
+ using namespace std;
+
if (argc < 2)
{
cerr << "error: missing name" << endl;