Move Code: labels before the beginning of code
From the places where they were inserted by checkdoc.
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
;; pw-lib caches data retrieved from PipeWire and uses the cached
|
||||
;; data. If The cache can be invalidated by calling `pw-lib-refresh'.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'pw-access)
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar pw-lib--accessor (pw-cli-accessor))
|
||||
|
||||
(defvar pw-lib--objects '())
|
||||
|
||||
Reference in New Issue
Block a user