From cf00802e649ba40b95f52d777d5e862cec4cf591 Mon Sep 17 00:00:00 2001 From: tosh Date: Fri, 29 Mar 2013 16:03:31 +0100 Subject: [PATCH] consistently adjusts comment on include guard --- shared/src/FloodFill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/FloodFill.h b/shared/src/FloodFill.h index 6a7c045f93..ff278b185b 100644 --- a/shared/src/FloodFill.h +++ b/shared/src/FloodFill.h @@ -91,5 +91,5 @@ void floodFill(Cursor const& p, Strategy const& s) } -#endif +#endif /* defined(__hifi__FloodFill__) */