Coding policy fixes.

This commit is contained in:
Wayne Stambaugh
2026-02-04 11:38:42 -05:00
parent 24ef538fad
commit c19341dfe7
14 changed files with 127 additions and 47 deletions
+3 -3
View File
@@ -72,8 +72,8 @@ public:
* @param aErrors Output parameter for any error messages
* @return True on success, false on failure
*/
static bool RemoveVCS( git_repository*& aRepo, const wxString& aProjectPath = wxEmptyString,
bool aRemoveGitDir = false, wxString* aErrors = nullptr );
static bool RemoveVCS( git_repository*& aRepo, const wxString& aProjectPath = wxEmptyString,
bool aRemoveGitDir = false, wxString* aErrors = nullptr );
/**
* Compute a working directory path that preserves symlinks from the user's project path.
@@ -94,4 +94,4 @@ static bool RemoveVCS( git_repository*& aRepo, const wxString& aProjectPath = wx
} // namespace KIGIT
#endif // PROJECT_GIT_UTILS_H
#endif // PROJECT_GIT_UTILS_H