summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-07-07 08:58:51 +0200
committerDan McGee <dan@archlinux.org>2010-08-24 04:49:05 +0200
commit48589ccc64c5e7266f70c6294087e8b0450953e9 (patch)
treebf6137c4ac190d71905a094db26f72624cbe923f /lib/libalpm/conflict.c
parentd896527d21107afe69328ac465a3d2f0e318ddca (diff)
downloadpacman-48589ccc64c5e7266f70c6294087e8b0450953e9.tar.gz
pacman-48589ccc64c5e7266f70c6294087e8b0450953e9.tar.xz
Fix some whitespace issues
The combination of tabs and spaces is annoying in any editor that does not use a tab width of 2 spaces. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/conflict.c')
-rw-r--r--lib/libalpm/conflict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c
index 236ec1df..694c38db 100644
--- a/lib/libalpm/conflict.c
+++ b/lib/libalpm/conflict.c
@@ -321,7 +321,7 @@ static alpm_list_t *chk_filedifference(alpm_list_t *filesA, alpm_list_t *filesB)
*/
static alpm_list_t *add_fileconflict(alpm_list_t *conflicts,
pmfileconflicttype_t type, const char *filestr,
- const char* name1, const char* name2)
+ const char* name1, const char* name2)
{
pmfileconflict_t *conflict;
MALLOC(conflict, sizeof(pmfileconflict_t), RET_ERR(PM_ERR_MEMORY, NULL));