Skip to content

Commit

Permalink
Merge pull request #2367 from uklotzde/trailing_whitespaces
Browse files Browse the repository at this point in the history
Delete trailing whitespaces
  • Loading branch information
Holzhaus authored Nov 21, 2019
2 parents f793e35 + c257616 commit a7a7938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/depends.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def sources(self, build):

def configure(self, build, conf):
build.env.Append(CPPDEFINES=['KS_STR_ENCODING_NONE'])
build.env.Append(CPPPATH="#lib/kaitai")
build.env.Append(CPPPATH="#lib/kaitai")

# For determining MP3 timing offset cases in Rekordbox library feature
class MP3GuessEnc(Dependence):
Expand All @@ -499,7 +499,7 @@ def sources(self, build):
"lib/mp3guessenc-0.27.4/mp3guessenc.c",
"lib/mp3guessenc-0.27.4/tags.c",
"lib/mp3guessenc-0.27.4/decode.c",
"lib/mp3guessenc-0.27.4/bit_utils.c",
"lib/mp3guessenc-0.27.4/bit_utils.c",
]

def configure(self, build, conf):
Expand Down Expand Up @@ -1074,7 +1074,7 @@ def sources(self, build):

"src/library/rekordbox/rekordboxfeature.cpp",
"src/library/rekordbox/rekordbox_pdb.cpp",
"src/library/rekordbox/rekordbox_anlz.cpp",
"src/library/rekordbox/rekordbox_anlz.cpp",

"src/library/sidebarmodel.cpp",
"src/library/library.cpp",
Expand Down

0 comments on commit a7a7938

Please sign in to comment.