From d22b71af47b44c1c1d84195743c34b589e6ab19c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 20 Feb 2010 00:47:45 +0100 Subject: src: reindent for 8ch indenting I am slowly moving all my projects to kernel-inspired 8ch indenting. This will break patches that haven't been merged yet, which I am aware of, but OTOH in times of git's --ignore-space-change shouldn't be too problematic. Yes, I am aware that reindenting like this sucks, but I cannot stand 4ch indenting anymore. Sorry. --- src/cache.h | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'src/cache.h') diff --git a/src/cache.h b/src/cache.h index 31a697c..dc3426e 100644 --- a/src/cache.h +++ b/src/cache.h @@ -1,3 +1,5 @@ +/*-*- Mode: C; c-basic-offset: 8 -*-*/ + #ifndef foocanberracachehfoo #define foocanberracachehfoo @@ -24,19 +26,19 @@ #include "read-sound-file.h" int ca_cache_lookup_sound( - ca_sound_file **f, - ca_sound_file_open_callback_t sfopen, - char **sound_path, - const char *theme, - const char *name, - const char *locale, - const char *profile); + ca_sound_file **f, + ca_sound_file_open_callback_t sfopen, + char **sound_path, + const char *theme, + const char *name, + const char *locale, + const char *profile); int ca_cache_store_sound( - const char *theme, - const char *name, - const char *locale, - const char *profile, - const char *fname); + const char *theme, + const char *name, + const char *locale, + const char *profile, + const char *fname); #endif -- cgit