diff options
author | thestig <thestig@chromium.org> | 2014-10-17 12:19:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-17 19:20:04 +0000 |
commit | a703ee15fdcaa713ddf5bca12760e007090737e3 (patch) | |
tree | 681d01d361e47520c75e85232192da313bb4c79b /ppapi/ppapi_cpp.gypi | |
parent | e7add811144de19a55deb00d23f39eaab0b31fc6 (diff) | |
download | chromium_src-a703ee15fdcaa713ddf5bca12760e007090737e3.zip chromium_src-a703ee15fdcaa713ddf5bca12760e007090737e3.tar.gz chromium_src-a703ee15fdcaa713ddf5bca12760e007090737e3.tar.bz2 |
Cleanup: Remove trailing whitespaces in gyp files.
NOTRY=true
Review URL: https://codereview.chromium.org/657313004
Cr-Commit-Position: refs/heads/master@{#300140}
Diffstat (limited to 'ppapi/ppapi_cpp.gypi')
-rw-r--r-- | ppapi/ppapi_cpp.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi index 28433e4..bf4d225 100644 --- a/ppapi/ppapi_cpp.gypi +++ b/ppapi/ppapi_cpp.gypi @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -# Shared source lists between trusted and untrusted targets are stored in +# Shared source lists between trusted and untrusted targets are stored in # ppapi_sources.gypi. { @@ -45,7 +45,7 @@ }, 'msvs_disabled_warnings': [ 4267, - ], + ], }], ['OS=="linux"', { 'cflags': ['-Wextra', '-pedantic'], |