Fix mixed CR & CRLF newlines.

This commit is contained in:
Ion Gaztañaga
2016-07-31 23:02:52 +02:00
parent 7e232bbc19
commit f8d148bb0f

View File

@ -91,7 +91,8 @@ int main()
folder.push_back(temporaryShoppingList);
assert(pmr::get_default_resource() == folder.back().get_allocator());
//temporaryShoppingList, buf_rsrc, and buffer go out of scope
}
}
return 0;
}
//]