Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: Source/core/scripts/InFilesCompiler.pm

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/scripts/Hasher.pm ('k') | Source/core/scripts/InFilesParser.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/InFilesCompiler.pm
diff --git a/Source/core/scripts/InFilesCompiler.pm b/Source/core/scripts/InFilesCompiler.pm
index cafdf229b26e90fb39e8ff5ed64079ed6e52b9f5..40cff493bb95d6ced70b5647ebc335099dc4c450 100644
--- a/Source/core/scripts/InFilesCompiler.pm
+++ b/Source/core/scripts/InFilesCompiler.pm
@@ -21,7 +21,7 @@
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
use strict;
@@ -175,7 +175,7 @@ sub conditionalStringFromAttributeValue()
{
my $object = shift;
my $conditional = shift;
-
+
return "ENABLE(" . join(') || ENABLE(', split('\\|', $conditional)) . ")";
}
« no previous file with comments | « Source/core/scripts/Hasher.pm ('k') | Source/core/scripts/InFilesParser.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698