From 8d39283b71339382e6cc9891371213ac80fed2c0 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 18 Jun 2014 21:01:16 -0400 Subject: [PATCH] While I'm at it fix tiny style issue I missed --- headers/os/storage/Node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/storage/Node.h b/headers/os/storage/Node.h index 5b282494a8..3eb23fac39 100644 --- a/headers/os/storage/Node.h +++ b/headers/os/storage/Node.h @@ -18,7 +18,7 @@ struct entry_ref; struct node_ref { node_ref(); node_ref(dev_t device, ino_t node); - node_ref(const node_ref &other); + node_ref(const node_ref& other); bool operator==(const node_ref& other) const; bool operator!=(const node_ref& other) const;