Community
Participate
Working Groups
Build Identifier: M20100211-1343 When a functions returns a pointer the indent line is moving the braces to the right when pressing ctrl+i instead of indenting it correct. Reproducible: Always Steps to Reproduce: 1.Create a c project in CDT 2.Create a function that returns a pointer and with a brace on next line. 3.Press ctrl+i on the line with the brace. int* method() { //press ctrl + i here } It works when it is not a pointer like this: int method() { //press ctrl + i here }
*** This bug has been marked as a duplicate of bug 334805 ***