Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 658a9f79 authored by Greg Kaiser's avatar Greg Kaiser
Browse files

Fix regression due to lack of braces

We didn't use braces {} for a conditional, and we added another
statement below it.  This had us only executing the first statement
when the 'if' was true, and then returning an error in all cases.

We use braces to fix this, and also fix the other indenting.

Test: TreeHugger
Bug: 193268714
Change-Id: Ib26c0d0ab7f47451aa4980b06886e5e7fd2a0805
parent dab680a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment