Coding policy fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user