Skip to content

Commit

Permalink
renderer/gtk: Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Sep 9, 2024
1 parent ff38434 commit 5423443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/renderer/gtk.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,7 @@ local anyways, and it's better to refresh it if a load was queried."
(the (values (or quri:uri null) (list-of string))
(values (gtk-proxy-url buffer)
(proxy-ignored-hosts buffer))))
(define-ffi-method (setf ffi-buffer-proxy) (proxy-specifier
(buffer gtk-buffer))
(define-ffi-method (setf ffi-buffer-proxy) (proxy-specifier (buffer gtk-buffer))
"Redirect network connections of BUFFER to proxy server PROXY-URL.
Hosts in IGNORE-HOSTS (a list of strings) ignore the proxy.
For the user-level interface, see `proxy-mode'.
Expand Down

0 comments on commit 5423443

Please sign in to comment.