Cleanup extraneous whitespace.

Review URL: http://webrtc-codereview.appspot.com/192004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@8 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
frkoenig@google.com 2011-10-03 22:10:46 +00:00
parent 878ada4b92
commit 5c5c831ad7

View File

@ -16,7 +16,7 @@
'include_dirs': [
'include',
'common',
],
'sources': [
# includes
@ -27,26 +27,26 @@
# headers
'common/basic_types.h',
'common/common.h',
'common/common.h',
'common/constructor_magic.h',
'source/cpu_id.h',
'source/cpu_id.h',
'source/row.h',
'source/video_common.h',
# sources
'source/convert.cc',
'source/general.cc',
'source/scale.cc',
'source/cpu_id.cc',
'source/format_conversion.cc',
'source/planar_functions.cc',
'source/row_posix.cc',
'source/row_table.cc',
'source/video_common.cc',
'source/planar_functions.cc',
'source/row_posix.cc',
'source/row_table.cc',
'source/video_common.cc',
],
},
], # targets
], # targets
}
# Local Variables: