From d0570febde54533667ef08b8e610d888134069d2 Mon Sep 17 00:00:00 2001 From: W Date: Wed, 23 May 2018 12:12:58 +0000 Subject: [PATCH] Remove trailing whitespace --- doc/tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.xml b/doc/tutorial.xml index b9375766b2..4ecd1f353c 100644 --- a/doc/tutorial.xml +++ b/doc/tutorial.xml @@ -34,7 +34,7 @@ desc.add_options() po::variables_map vm; po::store(po::parse_command_line(ac, av, desc), vm); -po::notify(vm); +po::notify(vm); if (vm.count("help")) { cout << desc << "\n";