From 3379430e15a59a96562e8cdebe7cbf81efc1b3d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 02:06:56 +0000 Subject: Clean up code. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2692 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 3085585..3c9a82f 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -25,12 +25,12 @@ #include "PatchageEvent.hpp" #include "Driver.hpp" #if defined(HAVE_JACK_DBUS) -#include "JackDbusDriver.hpp" + #include "JackDbusDriver.hpp" #elif defined(USE_LIBJACK) -#include "JackDriver.hpp" + #include "JackDriver.hpp" #endif #ifdef HAVE_ALSA -#include "AlsaDriver.hpp" + #include "AlsaDriver.hpp" #endif using namespace std; -- cgit v1.2.1