From 1a717451962279f0b69e92c12f57037969a46096 Mon Sep 17 00:00:00 2001
From: Zoran Zaric <zz@zoranzaric.de>
Date: Mon, 9 May 2011 13:43:38 +0200
Subject: [PATCH] Remove trailing spaces from README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d88b1ce..0519880 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ pygit2 is a set of Python 2.5+ bindings to the libgit2 linkable C Git library.
 INSTALLING AND RUNNING
 ========================
 
-First you need to install the latest version of libgit2. 
+First you need to install the latest version of libgit2.
 You can find platform-specific instructions to build the library in the libgit2 website:
 
   <http://libgit2.github.com>
@@ -20,7 +20,7 @@ Also, make sure you have Python 2.5+ installed together with the Python developm
 
 When those are installed, you can install pygit2:
 
-    $ git clone git://github.com/libgit2/pygit2.git 
+    $ git clone git://github.com/libgit2/pygit2.git
     $ cd pygit2
     $ python setup.py install
     $ python setup.py test
@@ -73,7 +73,7 @@ Fork libgit2/pygit2 on GitHub, make it awesomer (preferably in a branch named
 for the topic), send a pull request.
 
 
-AUTHORS 
+AUTHORS
 ==============
 
 * David Borowitz <dborowitz@google.com>