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:
Alejandro Colomar
2023-08-26 13:16:42 +02:00
committed by Serge Hallyn
parent ce0fc161b4
commit 76bbce3564
4 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -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;