Skip to content

Commit e7d1373

Browse files
committed
Fix ASCII art and header guard
1 parent 234258f commit e7d1373

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

lldb/include/lldb/Symbol/SymbolLocator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLDB_SYMBOL_SYMBOLFILELOCATOR_H
10-
#define LLDB_SYMBOL_SYMBOLFILELOCATOR_H
9+
#ifndef LLDB_SYMBOL_SYMBOLLOCATOR_H
10+
#define LLDB_SYMBOL_SYMBOLLOCATOR_H
1111

1212
#include "lldb/Core/PluginInterface.h"
1313

lldb/source/Plugins/SymbolLocator/DebugSymbols/SymbolLocatorDebugSymbols.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- SymbolLocatorDebugSymbols.cpp
2-
//----------------------------------------------===//
1+
//===-- SymbolLocatorDebugSymbols.cpp -------------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

lldb/source/Plugins/SymbolLocator/DebugSymbols/SymbolLocatorDebugSymbols.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- SymbolLocatorDebugSymbols.h ----------------------------------*- C++
2-
//-*-===//
1+
//===-- SymbolLocatorDebugSymbols.h -----------------------------*- C++ -*-===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- SymbolLocatorDefault.cpp
2-
//----------------------------------------------===//
1+
//===-- SymbolLocatorDefault.cpp ------------------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)