lib/, src/: Align variable definitions
This is just a cosmetic patch in preparation for others. Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Serge Hallyn
parent
ce0fc161b4
commit
76bbce3564
+3
-3
@@ -893,9 +893,9 @@ static int write_all (const struct commonio_db *db)
|
||||
|
||||
int commonio_close (struct commonio_db *db)
|
||||
{
|
||||
char buf[1024];
|
||||
int errors = 0, r;
|
||||
struct stat sb;
|
||||
int errors = 0, r;
|
||||
char buf[1024];
|
||||
struct stat sb;
|
||||
|
||||
if (!db->isopen) {
|
||||
errno = EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user