From 5c5c831ad7c0f6349aae668fbc55e49c3feb7a51 Mon Sep 17 00:00:00 2001 From: "frkoenig@google.com" Date: Mon, 3 Oct 2011 22:10:46 +0000 Subject: [PATCH] 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 --- libyuv.gyp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libyuv.gyp b/libyuv.gyp index 4bee6d1eb..71c4604cb 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -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: