From 7af79dd4616c97f8d4bebb3bcfcecdf63491589c Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 24 Apr 2016 12:47:34 +0200 Subject: [PATCH] help format --- src/ebusd/mainloop.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index a60222f2..e62c6bf7 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -710,10 +710,10 @@ string MainLoop::executeHex(vector &args) return "usage: hex ZZPBSBNNDx\n" " Send arbitrary data in hex (only if enabled).\n" - " ZZ destination address\n" - " PB SB primary/secondary command byte\n" - " NN number of following data bytes\n" - " Dx data byte(s) to send"; + " ZZ destination address\n" + " PB SB primary/secondary command byte\n" + " NN number of following data bytes\n" + " Dx data byte(s) to send"; } string MainLoop::executeFind(vector &args)