From 0a4946b3e913a2affe5fd342aa88e2533d06356e Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 17 Aug 2010 23:39:02 -0400 Subject: Remove trailing whitespace. Sorry if this breaks your patches. git-svn-id: http://opkg.googlecode.com/svn/trunk@552 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/hash_table.h') diff --git a/libopkg/hash_table.h b/libopkg/hash_table.h index 9fa926f..472b3e2 100644 --- a/libopkg/hash_table.h +++ b/libopkg/hash_table.h @@ -1,7 +1,7 @@ /* hash.h - hash tables for opkg Steven M. Ayer, Jamey Hicks - + Copyright (C) 2002 Compaq Computer Corporation This program is free software; you can redistribute it and/or @@ -28,8 +28,8 @@ struct hash_entry { }; struct hash_table { - const char *name; - hash_entry_t * entries; + const char *name; + hash_entry_t * entries; unsigned int n_buckets; unsigned int n_elements; -- cgit v0.9.1