summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-21 08:11:45 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-21 09:30:52 +1000
commit8adc564f284b1a01b5e219974721b1d541a4d999 (patch)
tree5cf65f339fbe95c27b4d61de7937747204c1dba3 /pkgs/tools/graphics
parentb0fbf7b5c3f758bc2984d30ea2590973a85e049d (diff)
treewide: editorconfig fixes
- add final newline - use spaces for indentation
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/ldgallery/viewer/node-composition.nix2
-rw-r--r--pkgs/tools/graphics/ldgallery/viewer/node-packages.nix2
-rw-r--r--pkgs/tools/graphics/pdfredacttools/default.nix4
3 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix b/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix
index f6c53f6c58da..55566aafc585 100644
--- a/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix
+++ b/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix
@@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
-} \ No newline at end of file
+}
diff --git a/pkgs/tools/graphics/ldgallery/viewer/node-packages.nix b/pkgs/tools/graphics/ldgallery/viewer/node-packages.nix
index 14691f640654..9946ce0e63c6 100644
--- a/pkgs/tools/graphics/ldgallery/viewer/node-packages.nix
+++ b/pkgs/tools/graphics/ldgallery/viewer/node-packages.nix
@@ -13266,4 +13266,4 @@ in
tarball = nodeEnv.buildNodeSourceDist args;
package = nodeEnv.buildNodePackage args;
shell = nodeEnv.buildNodeShell args;
-} \ No newline at end of file
+}
diff --git a/pkgs/tools/graphics/pdfredacttools/default.nix b/pkgs/tools/graphics/pdfredacttools/default.nix
index 31a327331d7f..71d927913c36 100644
--- a/pkgs/tools/graphics/pdfredacttools/default.nix
+++ b/pkgs/tools/graphics/pdfredacttools/default.nix
@@ -22,8 +22,8 @@ python2Packages.buildPythonApplication rec {
meta = with lib; {
description = "Redact and strip metadata from documents before publishing";
longDescription = ''
- PDF Redact Tools helps with securely redacting and stripping metadata
- from documents before publishing. Note that this is not a security tool.
+ PDF Redact Tools helps with securely redacting and stripping metadata
+ from documents before publishing. Note that this is not a security tool.
It uses ImageMagick to parse PDFs. While ImageMagick is a versatile tool, it has
a history of several security bugs. A malicious PDF could exploit a bug in
ImageMagick to take over your computer. If you're working with potentially