2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-02-15 01:02:17 +00:00

Switch pointer alignment to left

Consistency with rest of boost
This commit is contained in:
Alexander Grund
2020-01-07 21:27:26 +01:00
parent bb2487351f
commit 7854435d8e
27 changed files with 313 additions and 313 deletions

View File

@@ -9,7 +9,7 @@
#include <boost/nowide/args.hpp>
#include <boost/nowide/convert.hpp>
int main(int argc, char **argv, char **env)
int main(int argc, char** argv, char** env)
{
boost::nowide::args _(argc, argv, env);
if(argc < 1)