[CRIU] [PATCH] crtools: Rip off trailing Space

Cyrill Gorcunov gorcunov at openvz.org
Tue Apr 28 01:38:43 PDT 2015


While been working on docs refreshing I noticed
we've a few trailing spaces. Drop them.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 crtools.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crtools.c b/crtools.c
index 6da7afeed067..e79803a93427 100644
--- a/crtools.c
+++ b/crtools.c
@@ -205,8 +205,8 @@ int main(int argc, char *argv[], char *envp[])
 		{ "feature",			required_argument,	0, 1063	},
 		{ "skip-mnt",			required_argument,	0, 1064 },
 		{ "enable-fs",			required_argument,	0, 1065 },
-		{ "enable-external-sharing", 	no_argument, 		0, 1066 },
-		{ "enable-external-masters", 	no_argument, 		0, 1067 },
+		{ "enable-external-sharing",	no_argument,		0, 1066 },
+		{ "enable-external-masters",	no_argument,		0, 1067 },
 		{ },
 	};
 
-- 
2.1.0



More information about the CRIU mailing list