style fixes, no code changes

This commit is contained in:
Denis Vlasenko
2007-04-16 22:32:04 +00:00
parent 17e3c34aa7
commit ac678ec2f1
13 changed files with 34 additions and 17 deletions

View File

@@ -352,7 +352,8 @@ static int search_package_hashtable(const unsigned name, const unsigned version,
* FIXME: I don't think this is very efficient, but I thought I'd keep
* it simple for now until it proves to be a problem.
*/
static int search_for_provides(int needle, int start_at) {
static int search_for_provides(int needle, int start_at)
{
int i, j;
common_node_t *p;
for (i = start_at + 1; i < PACKAGE_HASH_PRIME; i++) {

View File

@@ -185,7 +185,8 @@ int rpm_main(int argc, char **argv)
return 0;
}
static void extract_cpio_gz(int fd) {
static void extract_cpio_gz(int fd)
{
archive_handle_t *archive_handle;
unsigned char magic[2];