forked from qt-creator/qt-creator
more code cosmetics
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "vcsbasetextdocument.h"
|
||||
|
||||
namespace VCSBase {
|
||||
namespace Internal {
|
||||
using namespace VCSBase::Internal;
|
||||
|
||||
VCSBaseTextDocument::VCSBaseTextDocument()
|
||||
{
|
||||
@@ -48,6 +48,3 @@ bool VCSBaseTextDocument::isModified() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user