mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[qif/qif-import] fix whitespace
This commit is contained in:
parent
409b97a988
commit
08de1a0ab0
@ -30,8 +30,7 @@
|
||||
|
||||
;; We do this initialization here because src/gnome isn't a real module.
|
||||
;; Note: Guile 2 needs to find the symbols from the extension at compile time already
|
||||
(eval-when
|
||||
(compile load eval expand)
|
||||
(eval-when (compile load eval expand)
|
||||
(load-extension "libgnc-gnome" "scm_init_sw_gnome_module"))
|
||||
|
||||
(use-modules (sw_gnome))
|
||||
|
Loading…
Reference in New Issue
Block a user