From 63c343bbec717a068215d0127e683a5924e6dd9a Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 14 Aug 2013 09:00:42 +0200 Subject: [PATCH] Bug 903797 - Update mfbt/STYLE to the current policy about include guards; r=Waldo --- mfbt/STYLE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mfbt/STYLE b/mfbt/STYLE index 2d94c3ae282..8b8b3a93268 100644 --- a/mfbt/STYLE +++ b/mfbt/STYLE @@ -244,8 +244,8 @@ forward-declare it rather than #include that header. == Preprocessor == Include guards should be named by determining the fully-qualified include path, -then substituting _ for / and . in it, and finally appending a trailing _. For -example, "mozilla/Assertions.h" becomes mozilla_Assertions_h_. +and substituting _ for / and . in it. For example, "mozilla/Assertions.h" +becomes mozilla_Assertions_h. Nested preprocessor directives indent the directive name (but not the #) by two spaces.