Debug correction:

* Bug: Indentation adjusted for debug print.
This commit is contained in:
EricLaoGitHub 2016-11-09 12:20:55 +01:00
parent dc46340d6a
commit 9d63612661
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ namespace Anabatic {
if (isUserNativeConstraints()) {
cdebug_log(145,1) << " Native constraints sets by user:" << getConstraintBox() << endl;
cdebug_tabw(145,-1);
cdebug_tabw(145,-1);
return getConstraintBox();
}