You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following example the indentation incorrectly is constantly growing:
#v-
static foo_t foo[] =
{
{
"a"
}, {
"b"
}, {
"c"
},
{
"d" // FIXME: this is indented too much
}, {
"e"
},
{
"f"
}, {
"g"
},
{
"h"
}
};
#v-
Original issue reported on code.google.com by lech.lor...@gmail.com on 13 Dec 2011 at 10:16