Remove trailing whitespaces.
svn-id: r18604
This commit is contained in:
parent
86ab70b149
commit
6b4484472b
560 changed files with 11703 additions and 11703 deletions
|
@ -37,7 +37,7 @@ protected:
|
|||
int _size;
|
||||
public:
|
||||
FixedStack<T, MAX_SIZE>() : _size(0) {}
|
||||
|
||||
|
||||
bool empty() const {
|
||||
return _size <= 0;
|
||||
}
|
||||
|
@ -80,7 +80,7 @@ protected:
|
|||
Array<T> _stack;
|
||||
public:
|
||||
Stack<T>() {}
|
||||
|
||||
|
||||
bool empty() const {
|
||||
return _stack.isEmpty();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue