mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-26 09:57:23 +03:00
M #-: Fix sinle entry section indent in oned.aug (#3809)
This commit is contained in:
parent
4794058ce3
commit
ffb03f7f93
@ -1,6 +1,8 @@
|
||||
module Oned =
|
||||
autoload xfm
|
||||
|
||||
(* Version: 1.1 *)
|
||||
|
||||
(* primitives *)
|
||||
let sep = del /[ \t]*=[ \t]*/ " = "
|
||||
let eol = del /\n/ "\n"
|
||||
@ -50,7 +52,7 @@ let section_entry_list =
|
||||
let section = opt_space
|
||||
. [ name . sep
|
||||
. left_br
|
||||
. opt_space_nl
|
||||
. opt_nl_indent
|
||||
. section_entry_list
|
||||
. right_br ]
|
||||
. eol
|
||||
|
Loading…
x
Reference in New Issue
Block a user