diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-27 19:35:22 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-27 19:35:22 -0600 |
commit | 300a5dea3ddd745988133478c52313dad33e7626 (patch) | |
tree | 037f1b34edac1379dd4440da5bce2c28cc2c8bc7 | |
parent | 73f12733756e0d9a23b55da19c8f4fd68ddfde33 (diff) | |
download | patches-300a5dea3ddd745988133478c52313dad33e7626.tar patches-300a5dea3ddd745988133478c52313dad33e7626.tar.gz |
gnu: emacs-tablist: Adjust indentation.
* gnu/packages/emacs-xyz.scm (emacs-tablist): Adjust indentation.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6cb4c21463..15b33e3364 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1960,8 +1960,8 @@ single buffer.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/politza/tablist.git") - (commit (string-append "v" version)))) + (url "https://github.com/politza/tablist.git") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 |