From b3c815d6152052eb2d512a6122efb9c63495382e Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 13 Sep 2020 22:14:34 +0200 Subject: Fix style, not space between method name and (; improve wording GIT_SILENT --- src/panels/terminal/terminalpanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panels/terminal/terminalpanel.h') diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index 82c2c3fc7..35de108df 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -77,7 +77,7 @@ private: void changeDir(const QUrl& url); void sendCdToTerminal(const QString& path, HistoryPolicy addToHistory = HistoryPolicy::AddToHistory); - void sendCdToTerminalKIOFuse (const QUrl &url); + void sendCdToTerminalKIOFuse(const QUrl &url); private: bool m_clearTerminal; KIO::StatJob* m_mostLocalUrlJob; -- cgit v1.3.1