From 0c8c58314cb4e22d975a5802094073cd03c99d17 Mon Sep 17 00:00:00 2001
From: win7-7 <win7-7@users.noreply.github.com>
Date: Tue, 30 Apr 2019 12:37:16 +0300
Subject: Remove rest of empty lines.

---
 js/src/jsgc.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'js')

diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp
index 70d392973..a1296f0d8 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -3648,9 +3648,8 @@ GCRuntime::beginMarkPhase(JS::gcreason::Reason reason, AutoLockForExclusiveAcces
      * keepAtoms() will only change on the main thread, which we are currently
      * on. If the value of keepAtoms() changes between GC slices, then we'll
      * cancel the incremental GC. See IsIncrementalGCSafe.
-	 
- 
      */
+	 
     if (isFull && !rt->keepAtoms()) {
         Zone* atomsZone = rt->atomsCompartment(lock)->zone();
         if (atomsZone->isGCScheduled()) {
@@ -5684,7 +5683,6 @@ GCRuntime::gcCycle(bool nonincrementalByAPI, SliceBudget& budget, JS::gcreason::
     }
 
     State prevState = incrementalState;
-	
 
     if (nonincrementalByAPI) {
         // Reset any in progress incremental GC if this was triggered via the
-- 
cgit v1.2.3