From ff0a4dfccbe30d4526becfe9d6d3ef7511fcde10 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 8 Jan 2023 22:41:07 -0800 Subject: [PATCH] [lib] format --- libs/libopenfpgashell/src/shell.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/libopenfpgashell/src/shell.h b/libs/libopenfpgashell/src/shell.h index 3086a47e8..44ceef697 100644 --- a/libs/libopenfpgashell/src/shell.h +++ b/libs/libopenfpgashell/src/shell.h @@ -206,9 +206,11 @@ class Shell { void exit(const int& init_err = 0) const; /* Execute a command, the command line is the user's input to launch a command * The common_context is the data structure to exchange data between commands - * Optionally, hidden commands may be forbidden to call. User can allow them to be called under different situations + * Optionally, hidden commands may be forbidden to call. User can allow them + * to be called under different situations */ - int execute_command(const char* cmd_line, T& common_context, const bool& allow_hidden_command = true); + int execute_command(const char* cmd_line, T& common_context, + const bool& allow_hidden_command = true); private: /* Internal data */ /* Name of the shell, this will appear in the interactive mode */