From fe75e26ab64dab88762230db0797e765507b73ac Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Mon, 11 Mar 2013 00:00:00 -0600 Subject: miscellaneous: clean up trailing whitespace throughout The entire tree's polluted with inappropriate trailing whitespace. This commit rids our environment of all of those useless keystrokes. Unfortunately, it sure ain't a permanent solution and requires every contributor to instruct their editor(s) to prevent or eliminate them. Plus it's strongly recommended we all insert something like what's shown below to our '.gitconfig' file so as to provide at least some warnings when we try to apply any patches (git am) that do contain the #@!%& things! References(s): ~/.gitconfig excerpt --------------------------------- [core] whitespace = trailing-space, space-before-tab, blank-at-eof [apply] whitespace = warn --------------------------------- ~/.gitconfig excerpt Signed-off-by: Jim Warner --- proc/devname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc/devname.c') diff --git a/proc/devname.c b/proc/devname.c index f9f1a37..0066b46 100644 --- a/proc/devname.c +++ b/proc/devname.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ + */ #include #include -- cgit v1.2.1