branch: externals/face-shift
commit 601cee00a6223ba3872ee9f579fcf98fc5640267
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>

    converted all tabs to regular whitespaces
---
 face-shift.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/face-shift.el b/face-shift.el
index 33fb47144b..8647ab18bb 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -116,11 +116,11 @@ colour. If property PROP is not a colour, nothing is 
changed."
                     (let* ((col (funcall inv shifted))
                            (hsl (apply #'colour-rgb-to-hsl col))
                            (hue (mod (+ (nth 0 hsl)
-                                                                               
(/ (sin (/ (nth 0 hsl)
-                                                                               
                   (* 2 pi)))
-                                                                               
   2))
-                                                                        1)))
-                      (apply #'color-hsl-to-rgb
+                                        (/ (sin (/ (nth 0 hsl)
+                                                   (* 2 pi)))
+                                           2))
+                                     1)))
+                      (apply #'colour-hsl-to-rgb
                              (list hue (nth 1 hsl) (nth 2 hsl))))
                   shifted))
          (ncolour (apply #'colour-rgb-to-hex

Reply via email to