Commit 3cfe27c
committed
compat: fix bug around indentation
Indentation for an if condition was incorrect. Hence upon hitting the error
conditional, the code was not returning the error the value. Fixed in this
change by adding braces with the if conditional. This error was found when
compiling with a newer version of gcc 9.4.0 on ubuntu 20.04.2.
Signed-off-by: Ani Sinha <ani@anisinha.ca>1 parent 19da704 commit 3cfe27c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
0 commit comments