From e5b760950a05220edce9f074525522d7144f28b4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Aug 2008 23:20:15 +0200 Subject: Add Emacs-style /*-*- linux-c -*-*/ header comment As suggested in the kernel's CodingStyle document force Emacs into kernel-style indenting to prevent future indenting chaos, at least for Emacs users. --- pulse/pcm_pulse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pulse/pcm_pulse.c') diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c index 8743a02..10d7aa7 100644 --- a/pulse/pcm_pulse.c +++ b/pulse/pcm_pulse.c @@ -1,3 +1,5 @@ +/*-*- linux-c -*-*/ + /* * ALSA <-> PulseAudio PCM I/O plugin * -- cgit