cleanup: monsterously huge whitespace cleanup, git pre-commit hook.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 26 Jun 2012 16:25:04 +0000 (19:25 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 26 Jun 2012 16:25:04 +0000 (19:25 +0300)
commit21a9ec0ac6ef361b03d230697b9eb9c6cd34259a
treec75741066f5f4ef6110443d20a64721634e4f8c4
parent11cca691959b499dea94267c4159f0b55e1db3b8
cleanup: monsterously huge whitespace cleanup, git pre-commit hook.

From this point on, please configure your editor to
  - use spaces instead of tabs
  - warn about (or colorize) whitespace errors (tabs, trailing
    whitespace, emply line with whitespace, etc.)

Also after having clones/pulled this update, please run a
'make install-git-hooks' at the top level directory. This will
install a custom pre-commit hook that prevents subsequent
commits that would accidentially introduce whitespace errors.
73 files changed:
githooks/pre-commit
scripts/cleanup-whitespace.sh [new file with mode: 0755]
src/common/dbus-glue.c
src/common/dbus-transport.c
src/common/dbus-transport.h
src/common/dbus.c
src/common/dbus.h
src/common/debug-auto-register.c
src/common/debug.c
src/common/debug.h
src/common/dgram-transport.c
src/common/file-utils.c
src/common/file-utils.h
src/common/hashtbl.c
src/common/list.h
src/common/log.c
src/common/log.h
src/common/macros.h
src/common/mainloop.c
src/common/mainloop.h
src/common/mm.c
src/common/mm.h
src/common/msg.c
src/common/msg.h
src/common/pulse-glue.c
src/common/refcnt.h
src/common/stream-transport.c
src/common/tests/dbus-pump.c
src/common/tests/dbus-test.c
src/common/tests/glib-pump.c
src/common/tests/hash-test.c
src/common/tests/mainloop-test.c
src/common/tests/mm-test.c
src/common/tests/msg-test.c
src/common/tests/transport-test.c
src/common/transport.c
src/common/transport.h
src/common/utils.c
src/console-client/client.c
src/core/console-command.c
src/core/console-command.h
src/core/console.c
src/core/console.h
src/core/context.c
src/core/plugin.c
src/core/plugin.h
src/daemon/config.c
src/daemon/daemon.c
src/murphy-db/include/murphy-db/mqi-types.h
src/murphy-db/include/murphy-db/mql.h
src/murphy-db/mdb/column.c
src/murphy-db/mdb/cond.c
src/murphy-db/mdb/handle.c
src/murphy-db/mdb/hash.c
src/murphy-db/mdb/index.c
src/murphy-db/mdb/log.c
src/murphy-db/mdb/row.c
src/murphy-db/mdb/sequence.c
src/murphy-db/mdb/table.c
src/murphy-db/mdb/transaction.c
src/murphy-db/mdb/trigger.c
src/murphy-db/mqi/mdb-backend.c
src/murphy-db/mqi/mqi.c
src/murphy-db/mql/result.c
src/murphy-db/mql/statement.c
src/murphy-db/mql/transaction.c
src/murphy-db/mql/trigger.c
src/murphy-db/tests/check-libmqi.c
src/murphy-db/tests/check-libmql.c
src/plugins/plugin-console.c
src/plugins/plugin-dbus.c
src/plugins/plugin-glib.c
src/plugins/plugin-test.c