Add newline at end of files js/src

This commit is contained in:
win7-7 2019-04-29 15:31:58 +03:00 committed by Roy Tam
commit 41693aa70f
3 changed files with 3 additions and 3 deletions

View file

@ -7114,4 +7114,4 @@ js::gc::detail::CellIsMarkedGrayIfKnown(const Cell* cell)
}
return detail::CellIsMarkedGray(tc);
}
}

View file

@ -1510,4 +1510,4 @@ UninlinedIsInsideNursery(const gc::Cell* cell);
} /* namespace js */
#endif /* jsgc_h */
#endif /* jsgc_h */

View file

@ -243,4 +243,4 @@ WatchpointMap::trace(WeakMapTracer* trc)
JS::GCCellPtr(entry.key().object.get()),
JS::GCCellPtr(entry.value().closure.get()));
}
}
}