- 
    Bug 
- 
    Resolution: Cannot Reproduce
- 
    P2: Important 
- 
    Qt Creator 4.10.0-beta1
- 
    None
- 
    Kubuntu 19.04 x86-64
Try typing the following code:
void foo()
{
	if (true) try
		{
			
		}
}
Note that `if` and `try` keywords are on the same line. When I type the opening brace on the next line after `try` it gets indented one level deeper than `if`. I would expect it to have the same level of indentation.