[Lldb-commits] [lldb] 959ed0e - [lldb][NFC] Fix file header of TestClangASTContext.cpp
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 16 00:34:39 PST 2019
Author: Raphael Isemann
Date: 2019-12-16T09:34:16+01:00
New Revision: 959ed0e2944c454a3df3aa3bc8ab551c8b587e9b
URL: https://github.com/llvm/llvm-project/commit/959ed0e2944c454a3df3aa3bc8ab551c8b587e9b
DIFF: https://github.com/llvm/llvm-project/commit/959ed0e2944c454a3df3aa3bc8ab551c8b587e9b.diff
LOG: [lldb][NFC] Fix file header of TestClangASTContext.cpp
Added:
Modified:
lldb/unittests/Symbol/TestClangASTContext.cpp
Removed:
################################################################################
diff --git a/lldb/unittests/Symbol/TestClangASTContext.cpp b/lldb/unittests/Symbol/TestClangASTContext.cpp
index 8fb24acc7a6a..b5c7542887e3 100644
--- a/lldb/unittests/Symbol/TestClangASTContext.cpp
+++ b/lldb/unittests/Symbol/TestClangASTContext.cpp
@@ -1,6 +1,4 @@
-//===-- TestClangASTContext.cpp ---------------------------------------*- C++
-//-*-===//
-
+//===-- TestClangASTContext.cpp ---------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the lldb-commits
mailing list