diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:26:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:26:46 +0200 |
| commit | e0440b6906a11827cc8fdd2ca849a093cce04441 (patch) | |
| tree | f0314139915ff16be97584264ab2378908ecdfff /src/wscript | |
| parent | c78ff82fa79eb3f95d576c43510cbae08b0db5e3 (diff) | |
Whitespace fixes.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wscript b/src/wscript index e7dbbcb..0b2ef4f 100644 --- a/src/wscript +++ b/src/wscript @@ -25,8 +25,8 @@ def build(bld): obj.source = """ KM_fileio.cpp KM_log.cpp - KM_util.cpp - KM_xml.cpp + KM_util.cpp + KM_xml.cpp KM_tai.cpp KM_prng.cpp """ @@ -43,19 +43,19 @@ def build(bld): obj.includes = ['.'] obj.export_includes = ['.'] obj.source = """ - MPEG2_Parser.cpp + MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp - JP2K_Sequence_Parser.cpp + JP2K_Sequence_Parser.cpp JP2K.cpp PCM_Parser.cpp Wav.cpp - TimedText_Parser.cpp + TimedText_Parser.cpp KLV.cpp Dict.cpp MXFTypes.cpp MXF.cpp - Index.cpp + Index.cpp Metadata.cpp AS_02_JP2K.cpp AS_02_PCM.cpp |
