浏览代码

fix indentation

Closes: #274
Approved by: dlrobertson
Derk Bell 6 年之前
父节点
当前提交
c0ecd6933a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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());