mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Clean up trailing whitespace and unnecessary blank lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40dab1059e
commit
b4c28fc93f
@ -123,7 +123,6 @@ public:
|
||||
return Val.template get<VecTy*>()->back();
|
||||
}
|
||||
|
||||
|
||||
void push_back(EltTy NewVal) {
|
||||
assert(NewVal != 0 && "Can't add a null value");
|
||||
|
||||
@ -151,7 +150,6 @@ public:
|
||||
Vec->pop_back();
|
||||
}
|
||||
|
||||
|
||||
void clear() {
|
||||
// If we have a single value, convert to empty.
|
||||
if (Val.template is<EltTy>()) {
|
||||
|
Loading…
Reference in New Issue
Block a user