aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/TableGen/Record.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-04-18 17:46:37 +0000
committerJim Grosbach <grosbach@apple.com>2012-04-18 17:46:37 +0000
commit4b18691c3580674691875ec37c84a1c4edf2d586 (patch)
treeca84172abf1a9405fe917420c565a40bfcaec7b4 /include/llvm/TableGen/Record.h
parent97c02bf2409bccdb43c3822c438e3ff977d8514e (diff)
downloadexternal_llvm-4b18691c3580674691875ec37c84a1c4edf2d586.zip
external_llvm-4b18691c3580674691875ec37c84a1c4edf2d586.tar.gz
external_llvm-4b18691c3580674691875ec37c84a1c4edf2d586.tar.bz2
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/TableGen/Record.h')
-rw-r--r--include/llvm/TableGen/Record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h
index 5e68c10..3aea1ae 100644
--- a/include/llvm/TableGen/Record.h
+++ b/include/llvm/TableGen/Record.h
@@ -454,7 +454,7 @@ public:
/// without adding quote markers. This primaruly affects
/// StringInits where we will not surround the string value with
/// quotes.
- virtual std::string getAsUnquotedString() const { return getAsString(); }
+ virtual std::string getAsUnquotedString() const { return getAsString(); }
/// dump - Debugging method that may be called through a debugger, just
/// invokes print on stderr.
@@ -1529,7 +1529,7 @@ struct MultiClass {
void dump() const;
- MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) :
+ MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) :
Rec(Name, Loc, Records) {}
};