Run dos2unix (#6198)
This commit is contained in:
26
debian/patches/clang.patch
vendored
26
debian/patches/clang.patch
vendored
@@ -428,19 +428,19 @@ Index: lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp
|
||||
--- lmms-1.1.3.orig/plugins/MidiImport/portsmf/allegrosmfwr.cpp 2017-01-03 20:07:50.000000000 +0100
|
||||
+++ lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp 2017-01-03 20:08:34.000000000 +0100
|
||||
@@ -57,13 +57,11 @@
|
||||
|
||||
Alg_seq_ptr seq;
|
||||
|
||||
- int num_tracks; // number of tracks not counting tempo track
|
||||
int division; // divisions per quarter note, default = 120
|
||||
int initial_tempo;
|
||||
|
||||
int timesig_num; // numerator of time signature
|
||||
int timesig_den; // denominator of time signature
|
||||
- double timesig_when; // time of time signature
|
||||
|
||||
int keysig; // number of sharps (+) or flats (-), -99 for undefined
|
||||
char keysig_mode; // 'M' or 'm' for major/minor
|
||||
|
||||
Alg_seq_ptr seq;
|
||||
|
||||
- int num_tracks; // number of tracks not counting tempo track
|
||||
int division; // divisions per quarter note, default = 120
|
||||
int initial_tempo;
|
||||
|
||||
int timesig_num; // numerator of time signature
|
||||
int timesig_den; // denominator of time signature
|
||||
- double timesig_when; // time of time signature
|
||||
|
||||
int keysig; // number of sharps (+) or flats (-), -99 for undefined
|
||||
char keysig_mode; // 'M' or 'm' for major/minor
|
||||
Index: lmms-1.1.3/plugins/delay/stereodelay.cpp
|
||||
===================================================================
|
||||
--- lmms-1.1.3.orig/plugins/delay/stereodelay.cpp 2017-01-03 13:40:27.000000000 +0100
|
||||
|
||||
Reference in New Issue
Block a user