From 284f9149092b6bddb5ea620556195ae980288ab8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 28 Aug 2015 22:01:43 -0700 Subject: [PATCH] runtime-config: Remove blank lines from the end of files These snuck in with 7232e4b1 (specs: introduce the concept of a runtime.json, 2015-07-30, #88) and 73bf1ba8 (JSON objects are easier to parse/manipulate, 2015-08-27, #120). Signed-off-by: W. Trevor King --- runtime-config-linux.md | 1 - runtime-config.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/runtime-config-linux.md b/runtime-config-linux.md index bbd74479..1cabc615 100644 --- a/runtime-config-linux.md +++ b/runtime-config-linux.md @@ -193,4 +193,3 @@ The actions and operators are strings that match the definitions in seccomp.h fr ] } ``` - diff --git a/runtime-config.md b/runtime-config.md index bcb1f46a..6074e98b 100644 --- a/runtime-config.md +++ b/runtime-config.md @@ -52,6 +52,3 @@ Additional filesystems can be declared as "mounts", specified in the *mounts* ar ``` See links for details about [mountvol](http://ss64.com/nt/mountvol.html) and [SetVolumeMountPoint](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365561(v=vs.85).aspx) in Windows. - - -