Skip to content

Commit

Permalink
[ALSA] Coding style fix sound/pci/ca0106/ca_midi.h
Browse files Browse the repository at this point in the history
Coding style fix

Signed-off-by: Michal Piotrowski <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Michal Piotrowski authored and perexg committed Oct 16, 2007
1 parent c9988dc commit 609bb2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/pci/ca0106/ca_midi.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
*
*/

#include<linux/spinlock.h>
#include<sound/rawmidi.h>
#include<sound/mpu401.h>
#include <linux/spinlock.h>
#include <sound/rawmidi.h>
#include <sound/mpu401.h>

#define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT
#define CA_MIDI_MODE_OUTPUT MPU401_MODE_OUTPUT
Expand Down

0 comments on commit 609bb2e

Please sign in to comment.