From 778221bd664b4f0a13aaa0d1eeb57fa6a1f1bfd0 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Mon, 31 Jan 2022 19:51:29 +0100 Subject: [PATCH] Remove unneeded empty lines --- VDR-file-formats-and-conventions.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/VDR-file-formats-and-conventions.md b/VDR-file-formats-and-conventions.md index b4ee25f..a66b4e6 100644 --- a/VDR-file-formats-and-conventions.md +++ b/VDR-file-formats-and-conventions.md @@ -739,26 +739,16 @@ There can be any number of actions in a line, including none at all - in which

Example:

Daily {
-
   News
-
   Soaps
-
   }
 Archive {
-
   Movies
-
   Sports
-
   Sci-Fi {
-
     Star Trek
-
     U.F.O.
-
     }
-
   }
 Comedy
 Science
@@ -788,23 +778,14 @@ Science
     sequence of commands with '{'...'}' and giving it a title, as in

My Commands {
-
   First list {
-
     Do something: some command
-
     Do something else: another command
-
     }
-
   Second list {
-
     Even more: yet another command
-
     So much more: and yet another one
-
     }
-
   }
 

Command lists can be nested to any depth.