mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Remove empty lines following braces.
This commit is contained in:
parent
4ebc065cba
commit
3cb8af20c2
69 changed files with 3 additions and 162 deletions
|
@ -138,9 +138,7 @@ impl Profiler {
|
|||
let (chan, port) = ipc::channel().unwrap();
|
||||
reporter.collect_reports(ReportsChan(chan));
|
||||
if let Ok(mut reports) = port.recv() {
|
||||
|
||||
for report in &mut reports {
|
||||
|
||||
// Add "explicit" to the start of the path, when appropriate.
|
||||
match report.kind {
|
||||
ReportKind::ExplicitJemallocHeapSize |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue