Style: braces are not needed

This commit is contained in:
Denis Kenzior 2010-03-29 00:18:04 -05:00
parent 1fb6801672
commit 022359ba72
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ static void creg_notify(GAtResult *result, gpointer user_data)
&lac, &ci, &tech, nd->vendor) == FALSE)
return;
if ((status == 1 || status == 5) && (tech == -1))
if ((status == 1 || status == 5) && tech == -1)
tech = nd->tech;
ofono_netreg_status_notify(netreg, status, lac, ci, tech);