summaryrefslogtreecommitdiffstats
path: root/src/driver-order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver-order.c')
-rw-r--r--src/driver-order.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/driver-order.c b/src/driver-order.c
index 263b130..64f464d 100644
--- a/src/driver-order.c
+++ b/src/driver-order.c
@@ -1,3 +1,5 @@
+/*-*- Mode: C; c-basic-offset: 8 -*-*/
+
/***
This file is part of libcanberra.
@@ -29,17 +31,17 @@
const char* const ca_driver_order[] = {
#ifdef HAVE_PULSE
- "pulse",
+ "pulse",
#endif
#ifdef HAVE_ALSA
- "alsa",
+ "alsa",
#endif
#ifdef HAVE_OSS
- "oss",
+ "oss",
#endif
#ifdef HAVE_GSTREAMER
- "gstreamer",
+ "gstreamer",
#endif
- /* ... */
- NULL
+ /* ... */
+ NULL
};