There is a small typo on the include guard in Format.h.

#ifndef LLVM_CLANG_FORMAT_FORMAT_H_
#define LLVM_CLANG_FORMAT_FORMAT_H

Note the missing underscore in the #define directive. It is also missing in
the comment on the #endif.

On Mon, Dec 3, 2012 at 6:25 PM, Daniel Jasper <[email protected]> wrote:

>
>   Submitted as r169137.
>
> http://llvm-reviews.chandlerc.com/D80
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



-- 
João Matos
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to