[pacman-dev] [PATCH v2 4/4] fix formatting mistake

morganamilo morganamilo at archlinux.org
Sun May 9 14:18:18 UTC 2021


---
 lib/libalpm/trans.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c
index c6ec7eea..4cee603c 100644
--- a/lib/libalpm/trans.c
+++ b/lib/libalpm/trans.c
@@ -122,7 +122,7 @@ int SYMEXPORT alpm_trans_prepare(alpm_handle_t *handle, alpm_list_t **data)
 			/* pm_errno is set by _alpm_remove_prepare() */
 			return -1;
 		}
-	}	else {
+	} else {
 		if(_alpm_sync_prepare(handle, data) == -1) {
 			/* pm_errno is set by _alpm_sync_prepare() */
 			return -1;
-- 
2.31.1


More information about the pacman-dev mailing list