[qif/qif-import] fix whitespace

This commit is contained in:
Christopher Lam 2019-07-30 22:10:26 +08:00
parent 409b97a988
commit 08de1a0ab0

View File

@ -30,8 +30,7 @@
;; We do this initialization here because src/gnome isn't a real module. ;; 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 ;; Note: Guile 2 needs to find the symbols from the extension at compile time already
(eval-when (eval-when (compile load eval expand)
(compile load eval expand)
(load-extension "libgnc-gnome" "scm_init_sw_gnome_module")) (load-extension "libgnc-gnome" "scm_init_sw_gnome_module"))
(use-modules (sw_gnome)) (use-modules (sw_gnome))