Title: [185782] trunk/PerformanceTests
Revision
185782
Author
fpi...@apple.com
Date
2015-06-19 16:55:25 -0700 (Fri, 19 Jun 2015)

Log Message

Unreviewed, fix a small indentation goof.

* JetStream/cdjs/motion.js:
(Motion.prototype.findIntersection):

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (185781 => 185782)


--- trunk/PerformanceTests/ChangeLog	2015-06-19 23:51:49 UTC (rev 185781)
+++ trunk/PerformanceTests/ChangeLog	2015-06-19 23:55:25 UTC (rev 185782)
@@ -1,5 +1,12 @@
 2015-06-19  Filip Pizlo  <fpi...@apple.com>
 
+        Unreviewed, fix a small indentation goof.
+
+        * JetStream/cdjs/motion.js:
+        (Motion.prototype.findIntersection):
+
+2015-06-19  Filip Pizlo  <fpi...@apple.com>
+
         JetStream should include a _javascript_ version of the CDx real-time benchmark
         https://bugs.webkit.org/show_bug.cgi?id=146156
 

Modified: trunk/PerformanceTests/JetStream/cdjs/motion.js (185781 => 185782)


--- trunk/PerformanceTests/JetStream/cdjs/motion.js	2015-06-19 23:51:49 UTC (rev 185781)
+++ trunk/PerformanceTests/JetStream/cdjs/motion.js	2015-06-19 23:55:25 UTC (rev 185782)
@@ -119,7 +119,7 @@
                 return result;
         }
 
-return null;
+        return null;
     }
     
     // the planes have the same speeds and are moving in parallel (or they are not moving at all)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to