COMMON: Slight formatting fixes in array.h.
This commit is contained in:
parent
d6ac369303
commit
417cd7625c
1 changed files with 9 additions and 9 deletions
|
@ -201,11 +201,11 @@ public:
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
bool operator!=(const Array<T> &other) const {
|
||||
return !(*this == other);
|
||||
}
|
||||
|
||||
|
||||
iterator begin() {
|
||||
return _storage;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue