[hello-world] fix indenting and incorrect change

928f6145c had changed default list option '(good) to 'good - should be
a list of symbols
This commit is contained in:
Christopher Lam 2019-11-02 23:48:38 +08:00
parent 5870887f12
commit 47030c7654

View File

@ -192,16 +192,16 @@
(gnc:make-list-option
(N_ "Hello Again") (N_ "A list option")
"h" (N_ "This is a list option.")
'good
'(good)
(list (vector 'good
(N_ "The Good")
(N_ "Good option."))
(N_ "The Good")
(N_ "Good option."))
(vector 'bad
(N_ "The Bad")
(N_ "Bad option."))
(N_ "The Bad")
(N_ "Bad option."))
(vector 'ugly
(N_ "The Ugly")
(N_ "Ugly option.")))))
(N_ "The Ugly")
(N_ "Ugly option.")))))
;; This option is for testing. When true, the report generates
;; an exception.