style(9): make statements shorter.
modified libpkg/pkg_repo.c
@@ -245,7 +245,7 @@ file_exists(sqlite3_context *ctx, int argc, __unused sqlite3_value **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -410,14 +410,16 @@ initialize_repo(const char *repodb, bool force, sqlite3 **sqlite)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -426,7 +428,8 @@ initialize_repo(const char *repodb, bool force, sqlite3 **sqlite)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|