about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@users.noreply.github.com>2017-11-19 17:26:19 +0100
committerGitHub <noreply@github.com>2017-11-19 17:26:19 +0100
commit8d6f869c988d0d00ea93ce228b41f30aec3cb102 (patch)
tree982c579e29dfcd722d99d5649b0410dfd500ac61
parenta4ad5dbcb7d987081ff2465c9c66894676e36c34 (diff)
downloadrust-8d6f869c988d0d00ea93ce228b41f30aec3cb102.tar.gz
rust-8d6f869c988d0d00ea93ce228b41f30aec3cb102.zip
Remove some trailing whitespace.
-rw-r--r--src/librustc_incremental/persist/save.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_incremental/persist/save.rs b/src/librustc_incremental/persist/save.rs
index c6a2e45cb04..a438ac42838 100644
--- a/src/librustc_incremental/persist/save.rs
+++ b/src/librustc_incremental/persist/save.rs
@@ -189,7 +189,7 @@ fn encode_dep_graph(tcx: TyCtxt,
 
         let total_node_count = serialized_graph.nodes.len();
         let total_edge_count = serialized_graph.edge_list_data.len();
-        let (total_edge_reads, total_duplicate_edge_reads) = 
+        let (total_edge_reads, total_duplicate_edge_reads) =
             tcx.dep_graph.edge_deduplication_data();
 
         let mut counts: FxHashMap<_, Stat> = FxHashMap();