Coding policy fixes.
This commit is contained in:
@@ -45,7 +45,6 @@ public:
|
||||
|
||||
void ReportProgress( int aCurrent, int aTotal, const wxString& aMessage )
|
||||
{
|
||||
|
||||
if( m_progressReporter )
|
||||
{
|
||||
if( aCurrent == m_previousProgress || aTotal == 0 )
|
||||
@@ -72,4 +71,4 @@ protected:
|
||||
std::unique_ptr<WX_PROGRESS_REPORTER> m_progressReporter;
|
||||
};
|
||||
|
||||
#endif // GIT_PROGRESS_H__
|
||||
#endif // GIT_PROGRESS_H__
|
||||
|
||||
Reference in New Issue
Block a user