diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 00:14:53 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-05 12:45:38 +0700 |
| commit | 38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch) | |
| tree | 886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/views/versioncontrol/kversioncontrolplugin.cpp | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/views/versioncontrol/kversioncontrolplugin.cpp')
| -rw-r--r-- | src/views/versioncontrol/kversioncontrolplugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/versioncontrol/kversioncontrolplugin.cpp b/src/views/versioncontrol/kversioncontrolplugin.cpp index 9cbf0eb5b..0190bb365 100644 --- a/src/views/versioncontrol/kversioncontrolplugin.cpp +++ b/src/views/versioncontrol/kversioncontrolplugin.cpp @@ -7,8 +7,8 @@ #include "kversioncontrolplugin.h" -KVersionControlPlugin::KVersionControlPlugin(QObject* parent) : - QObject(parent) +KVersionControlPlugin::KVersionControlPlugin(QObject *parent) + : QObject(parent) { } @@ -16,7 +16,7 @@ KVersionControlPlugin::~KVersionControlPlugin() { } -QString KVersionControlPlugin::localRepositoryRoot(const QString &/*directory*/) const +QString KVersionControlPlugin::localRepositoryRoot(const QString & /*directory*/) const { return QString(); } |
