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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user