summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-09-06 22:00:55 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-09-06 22:04:36 +0300
commitfc9b0214a59fe0f0d0f1eb1214ef4a9f058a46e2 (patch)
treed55d37b542b28bf9062cdbe83eb627dda7fcf006
parent73635eb23c75b7fa11f16ce2cf81290da2cd72c7 (diff)
renderer/gi-gtk: Fix indentation.
-rw-r--r--source/renderer/gi-gtk.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/renderer/gi-gtk.lisp b/source/renderer/gi-gtk.lisp
index 988b8dbe2..8465cc5a7 100644
--- a/source/renderer/gi-gtk.lisp
+++ b/source/renderer/gi-gtk.lisp
@@ -41,8 +41,7 @@ For now it is also partly based on `nyxt/renderer/gtk'."))
(declare (ignore urls startup-timestamp))
(log:debug "Initializing GI-GTK Interface")
(if nyxt/renderer/gtk::gtk-running-p
- (nyxt/renderer/gtk::within-gtk-thread
- (call-next-method))
+ (nyxt/renderer/gtk::within-gtk-thread (call-next-method))
(flet ((main-func ()
(with-protect ("Error on GI-GTK thread: ~a" :condition)
(glib:g-set-prgname "nyxt")