From e30903d99ca2d530f95f22430a9a01fe2e1921d4 Mon Sep 17 00:00:00 2001 From: Samuel Benzaquen Date: Wed, 15 May 2013 19:49:05 +0000 Subject: [PATCH] Test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181915 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ASTMatchers/Dynamic/Registry.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ASTMatchers/Dynamic/Registry.cpp b/lib/ASTMatchers/Dynamic/Registry.cpp index 53e90f1c77..34a230b872 100644 --- a/lib/ASTMatchers/Dynamic/Registry.cpp +++ b/lib/ASTMatchers/Dynamic/Registry.cpp @@ -1,16 +1,16 @@ -//===--- Registry.cpp - Matcher registry ------------------===// +//===--- Registry.cpp - Matcher registry -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------===// /// /// \file /// \brief Registry map populated at static initialization time. /// -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------===// #include "clang/ASTMatchers/Dynamic/Registry.h" -- 2.50.1