From d221a261ff6c2a03a8e3e169192e2dfafcaca720 Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Tue, 7 Aug 2012 01:54:55 -0400 Subject: [PATCH] Style fix --- headers/os/storage/NodeMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/storage/NodeMonitor.h b/headers/os/storage/NodeMonitor.h index 24cf2878c7..e6065a71c9 100644 --- a/headers/os/storage/NodeMonitor.h +++ b/headers/os/storage/NodeMonitor.h @@ -16,7 +16,7 @@ */ enum { - B_STOP_WATCHING = 0x0000, + B_STOP_WATCHING = 0x0000, B_WATCH_NAME = 0x0001, B_WATCH_STAT = 0x0002, B_WATCH_ATTR = 0x0004,