Explorar o código

fix indentation

Closes: #274
Approved by: dlrobertson
Derk Bell %!s(int64=6) %!d(string=hai) anos
pai
achega
c0ecd6933a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/iface/neighbor.rs

+ 1 - 1
src/iface/neighbor.rs

@@ -87,7 +87,7 @@ impl<'a> Cache<'a> {
     }
 
     pub fn fill(&mut self, protocol_addr: IpAddress, hardware_addr: EthernetAddress,
-                       timestamp: Instant) {
+                timestamp: Instant) {
         debug_assert!(protocol_addr.is_unicast());
         debug_assert!(hardware_addr.is_unicast());