summaryrefslogtreecommitdiff
path: root/src/ppc
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-09-19 03:34:49 +0300
committerVicent Marti <tanoku@gmail.com>2011-09-19 03:34:49 +0300
commit87d9869fc30951cec632e0d6a3d1dd47756d2886 (patch)
treead39ac1e487e2d5baa64d7fa979122541f6b8bcb /src/ppc
parentbb742ede3d54564ff900fb7246e7b1ff01482b2c (diff)
downloadlibgit2-87d9869fc30951cec632e0d6a3d1dd47756d2886.tar.gz
Tabify everything
There were quite a few places were spaces were being used instead of tabs. Try to catch them all. This should hopefully not break anything. Except for `git blame`. Oh well.
Diffstat (limited to 'src/ppc')
-rw-r--r--src/ppc/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppc/sha1.c b/src/ppc/sha1.c
index 947000f04..a34bf2557 100644
--- a/src/ppc/sha1.c
+++ b/src/ppc/sha1.c
@@ -9,7 +9,7 @@
#include "sha1.h"
extern void ppc_sha1_core(uint32_t *hash, const unsigned char *p,
- unsigned int nblocks);
+ unsigned int nblocks);
int ppc_SHA1_Init(ppc_SHA_CTX *c)
{