Fix pointer declarations to be globally consistent

Refactored inconsistent pointer declarations to better improve consistency
throughout the pacman codebase which will, in turn, increase readability to
the user.

Expected format of a pointer declaration:
`typename *varname`

Signed-off-by: Micah Saint Germain <micah@lexme.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Micah Saint Germain 2014-12-14 21:01:22 -05:00 committed by Allan McRae
parent c54af84180
commit a4b23417f9
4 changed files with 8 additions and 8 deletions