Commit 1a5c1d8
committed
Unify variable initialization
We initialized some variables at the top of main(), and some before the
first use. Since these variables are used during cleanup it makes sense
to initialize all of them at the top.
Use one variable per line to make the code easier to read.
Signed-off-by: Nir Soffer <nirsof@gmail.com>1 parent 0f61b07 commit 1a5c1d8
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
399 | 401 | | |
400 | 402 | | |
401 | 403 | | |
| |||
409 | 411 | | |
410 | 412 | | |
411 | 413 | | |
412 | | - | |
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
| |||
0 commit comments