Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 495ae0d

Browse files
committed
fix whitespace issues
1 parent d31f022 commit 495ae0d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2 id="started">Getting started</h2>
4141
<div class="description">
4242
<h3>libgit2 is...</h3>
4343
<ul>
44-
<li>licensed under a <b>very permissive license</b> so you can use it anywhere</li>
44+
<li>licensed under a <b>very permissive license</b> so you can use it anywhere</li>
4545
<li><b>faster</b> than any other Git library</li>
4646
<li>written in standards compilant <b>C99</b></li>
4747
<li>completely <b>multi-platform</b>: Windows, Linux, Mac OS X, xBSD</li>
@@ -130,8 +130,8 @@ <h2 id="bindings">Language bindings</h2>
130130
<h3>Rugged (Ruby bindings)</h3>
131131
<p>
132132
Rugged (previously known as Ribbit) is the reference binding implementation for libgit2, used to make sure the
133-
C API is sane and functional. Rugged is always in sync with the libgit2 master branch. It also has the
134-
best name for any Ruby project. Ever.
133+
C API is sane and functional. Rugged is always in sync with the libgit2 master branch. It also has the
134+
best name for any Ruby project. Ever.
135135
</p>
136136
<a class="button" href="https://github.com/libgit2/rugged">Get Rugged</a>
137137
</div>
@@ -140,17 +140,17 @@ <h3>Rugged (Ruby bindings)</h3>
140140
<div class="bullet">
141141
<div class="description">
142142
<h3>objective-git (Objective-C bindings)</h3>
143-
<p>Objective-git is another set of reference bindings for libgit2. It's always in sync with the libgit2
144-
master branch, well tested, and tastes like Cocoa.</p>
143+
<p>Objective-git is another set of reference bindings for libgit2. It's always in sync with the libgit2
144+
master branch, well tested, and tastes like Cocoa.</p>
145145
<a class="button" href="https://github.com/libgit2/objective-git">Get objective-git</a>
146146
</div>
147147
</div>
148148

149149
<div class="bullet">
150150
<div class="description">
151151
<h3>pygit2 (Python bindings)</h3>
152-
<p>pygit2 are the Python 2.6+ bindings for libgit2 mantained by David Borowitz. They
153-
make extensive use of common Python idioms, and also make programming Git applications fun again.
152+
<p>pygit2 are the Python 2.6+ bindings for libgit2 mantained by David Borowitz. They
153+
make extensive use of common Python idioms, and also make programming Git applications fun again.
154154
They should be (mostly) up to date with the library changes.</p>
155155
</div>
156156
<a class="button" href="https://github.com/libgit2/pygit2">Get pygit2</a>
@@ -159,9 +159,9 @@ <h3>pygit2 (Python bindings)</h3>
159159
<div class="bullet">
160160
<div class="description">
161161
<h3>libgit2sharp (.NET bindings)</h3>
162-
<p>libgit2sharp is a set of bindings for .NET, maintained by Emeric Fermas. They should be usable
163-
from any language that runs on the .NET runtime, including IronPython and IronRuby. How cool is
164-
that?</p>
162+
<p>libgit2sharp is a set of bindings for .NET, maintained by Emeric Fermas. They should be usable
163+
from any language that runs on the .NET runtime, including IronPython and IronRuby. How cool is
164+
that?</p>
165165
<a class="button" href="https://github.com/libgit2/libgit2sharp">Get libgit2sharp</a>
166166
</div>
167167
</div>
@@ -192,7 +192,7 @@ <h3>GitForDelphi (Delphi bindings)</h3>
192192

193193
<div class="bullet">
194194
<div class="description">
195-
<h3>node-gitteh (Node.js bindings)</h3>
195+
<h3>node-gitteh (Node.js bindings)</h3>
196196
<p>libgit2 bindings for Node.js, maintained by samcday. It's like Git, but more asynchronous.</p>
197197
<a class="button" href="https://github.com/libgit2/node-gitteh">Get node-gitteh</a>
198198
</div>

0 commit comments

Comments
 (0)