mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Fix indenting caused by clang-format+spuriously indented access specifier in r216925
Caught in post-commit review by Justin Bogner. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -56,7 +56,7 @@ class Regex;
|
|||||||
class StringRef;
|
class StringRef;
|
||||||
|
|
||||||
class SpecialCaseList {
|
class SpecialCaseList {
|
||||||
public:
|
public:
|
||||||
/// Parses the special case list from a file. If Path is empty, returns
|
/// Parses the special case list from a file. If Path is empty, returns
|
||||||
/// an empty special case list. On failure, returns 0 and writes an error
|
/// an empty special case list. On failure, returns 0 and writes an error
|
||||||
/// message to string.
|
/// message to string.
|
||||||
@@ -80,7 +80,7 @@ class SpecialCaseList {
|
|||||||
bool inSection(StringRef Section, StringRef Query,
|
bool inSection(StringRef Section, StringRef Query,
|
||||||
StringRef Category = StringRef()) const;
|
StringRef Category = StringRef()) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SpecialCaseList(SpecialCaseList const &) LLVM_DELETED_FUNCTION;
|
SpecialCaseList(SpecialCaseList const &) LLVM_DELETED_FUNCTION;
|
||||||
SpecialCaseList &operator=(SpecialCaseList const &) LLVM_DELETED_FUNCTION;
|
SpecialCaseList &operator=(SpecialCaseList const &) LLVM_DELETED_FUNCTION;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user