Remove superfluous end-of-file whitespace.

This commit is contained in:
Corey Farwell 2016-04-10 22:03:27 -04:00
parent e397b30278
commit 3b376bb319

View file

@ -2232,4 +2232,3 @@ impl AtomicElementFlags {
self.0.fetch_or(flags.bits() as usize, Ordering::Relaxed);
}
}