mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
Coding style fixes in AK.
This commit is contained in:
parent
b413e234e1
commit
b75ee4aacb
12 changed files with 126 additions and 126 deletions
|
@ -126,7 +126,7 @@ int main(int c, char** v)
|
|||
strings.append("f");
|
||||
strings.append("g");
|
||||
|
||||
auto g = strings.takeLast();
|
||||
auto g = strings.take_last();
|
||||
|
||||
for (unsigned i = 0; i < strings.size(); ++i) {
|
||||
printf("[%u]: '%s'\n", i, strings[i].characters());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue