Run astyle

This commit is contained in:
Thomas Jarosch 2011-10-26 21:15:44 +02:00
parent 03fd308dbf
commit 84a763d3b0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public:
/** Is the code CPP. Used for bailouts */
bool isCPP() const {
return !isJavaOrCSharp() && !isC();
return !isJavaOrCSharp() && !isC();
}
/**