input:
int main()
{
if( foo == bar )
{ /* this works */
}else
if( ranz != bar )
{ /* this works too */
}else
{ /* this is broken */
}
}
output:
int main()
{
if( foo == bar )
{ /* this works */
}else
if( ranz != bar )
{ /* this works too */
}else
{
/* this is broken */
}
}
expected: like input
config file, input and output attached
Ben Gardner
None
None
Public
|
Date: 2009-11-20 02:09 Fixed in 19463629dedebd2ac84d001ef6dbb4f419856654 |
|
Date: 2009-11-20 01:56 OK, so the problem is that something inserted a newline between the open |
|
Date: 2009-10-31 06:13 the webinterface screw'd this up, so better look at the files ... |
| Filename | Description | Download |
|---|---|---|
| uncrustify.conf | config file | Download |
| crusty.c | input | Download |
| crusty.c.uncrustify | output | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| close_date | - | 2009-11-20 02:09 | bengardner |
| status_id | Open | 2009-11-20 02:09 | bengardner |
| resolution_id | None | 2009-11-20 02:09 | bengardner |
| allow_comments | 1 | 2009-11-20 02:09 | bengardner |
| assigned_to | nobody | 2009-11-20 01:56 | bengardner |
| data_type | 786647 | 2009-11-20 01:56 | bengardner |
| File Added | 348950: crusty.c.uncrustify | 2009-10-31 06:13 | nepenthesdev |
| File Added | 348949: crusty.c | 2009-10-31 06:12 | nepenthesdev |
| File Added | 348948: uncrustify.conf | 2009-10-31 06:12 | nepenthesdev |