From e04094f7bb5902a09f7f26cab42299940f9108b9 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 13 May 2017 08:41:44 +0200 Subject: [PATCH] formatting --- src/ebusd/mainloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index d6d08efd..76177338 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -632,7 +632,7 @@ result_t MainLoop::parseHexMaster(const vector& args, size_t argPos, sym return ret; } -string MainLoop::executeAuth(const vector& args, string *user) { +string MainLoop::executeAuth(const vector& args, string* user) { if (args.size() != 3) { return "usage: auth USER SECRET\n" " Authenticate with USER name and SECRET.\n"