From 7af924839140d185e4da9fa5f86a01163b0691c0 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 10 Mar 2009 15:56:48 +0000 Subject: [PATCH] Add C++ marker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66543 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Format.h b/include/llvm/Support/Format.h index 74358560bc8..2ab097faf56 100644 --- a/include/llvm/Support/Format.h +++ b/include/llvm/Support/Format.h @@ -1,4 +1,4 @@ -//===--- Format.h - Efficient printf-style formatting for streams etc -----===// +//===- Format.h - Efficient printf-style formatting for streams -*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.11.0