mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +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();
|
return Val.template get<VecTy*>()->back();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void push_back(EltTy NewVal) {
|
void push_back(EltTy NewVal) {
|
||||||
assert(NewVal != 0 && "Can't add a null value");
|
assert(NewVal != 0 && "Can't add a null value");
|
||||||
|
|
||||||
@ -151,7 +150,6 @@ public:
|
|||||||
Vec->pop_back();
|
Vec->pop_back();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void clear() {
|
void clear() {
|
||||||
// If we have a single value, convert to empty.
|
// If we have a single value, convert to empty.
|
||||||
if (Val.template is<EltTy>()) {
|
if (Val.template is<EltTy>()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user