Code

code style, indent with tabs
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:26 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:26 +0000 (12:27 +0200)
commit6d3b7cdd62d798521d73ac58d57bd67061d64ba5
tree196aff7bf983541fd2519ca40b92dbeb7acec8b3
parent1cd28efa96dbc3d49a43d9b12c5b65d493baf949
code style, indent with tabs

Follow the same code style als MPD itself.  This patch only fixes
parts of the code which are going to be touched in the following bunch
of patches, i.e. there will be more "code style" patches in the
future.
29 files changed:
src/colors.c
src/command.c
src/command.h
src/conf.c
src/libmpdclient.c
src/list_window.c
src/list_window.h
src/main.c
src/mpdclient.c
src/options.c
src/options.h
src/screen.c
src/screen.h
src/screen_clock.c
src/screen_file.c
src/screen_help.c
src/screen_keydef.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c
src/screen_utils.c
src/screen_utils.h
src/src_lyrics.c
src/strfsong.c
src/support.c
src/support.h
src/utils.c
src/utils.h
src/wreadln.c