Warning, /frameworks/ktexteditor/autotests/input/indent/cstyle/elsething/expected is written in an unsupported language. File is not indexed.

0001 if(rand() % 2)
0002   if_odd_do_this();
0003 else
0004   else_even_do_that();
0005 in_any_case_do_this();