]> git.proxmox.com Git - libgit2.git/commit - src/pack.c
Tabify everything
authorVicent Marti <tanoku@gmail.com>
Mon, 19 Sep 2011 00:34:49 +0000 (03:34 +0300)
committerVicent Marti <tanoku@gmail.com>
Mon, 19 Sep 2011 00:34:49 +0000 (03:34 +0300)
commit87d9869fc30951cec632e0d6a3d1dd47756d2886
treead39ac1e487e2d5baa64d7fa979122541f6b8bcb
parentbb742ede3d54564ff900fb7246e7b1ff01482b2c
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.
63 files changed:
include/git2/commit.h
include/git2/common.h
include/git2/errors.h
include/git2/index.h
include/git2/odb.h
include/git2/oid.h
include/git2/revwalk.h
include/git2/status.h
include/git2/tag.h
include/git2/thread-utils.h
include/git2/types.h
src/bswap.h
src/cc-compat.h
src/common.h
src/config.c
src/config_file.c
src/delta-apply.c
src/dir.h
src/errors.c
src/fileops.c
src/fileops.h
src/index.c
src/map.h
src/mwindow.c
src/object.c
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_pack.c
src/oid.c
src/pack.c
src/pack.h
src/path.c
src/pkt.c
src/ppc/sha1.c
src/pqueue.c
src/pqueue.h
src/reflog.c
src/refs.c
src/refspec.c
src/remote.c
src/sha1.c
src/sha1_lookup.c
src/sha1_lookup.h
src/tag.c
src/thread-utils.c
src/thread-utils.h
src/transport.h
src/transport_git.c
src/tsort.c
src/util.c
src/util.h
src/win32/fnmatch.c
src/win32/fnmatch.h
src/win32/map.c
src/win32/mingw-compat.h
src/win32/msvc-compat.h
src/win32/posix.c
src/win32/pthread.c
src/win32/pthread.h
tests-clay/clay_main.c
tests-clay/core/dirent.c
tests-clay/core/vector.c