Commit 0f99122d authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

3.0.1.10: remove some unwanted trailing whitespace and tabs.

parent 5825d4ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
  :licence "MIT"
  :description "Another System Definition Facility"
  :long-description "ASDF builds Common Lisp software organized into defined systems."
  :version "3.0.1.9" ;; to be automatically updated by make bump-version
  :version "3.0.1.10" ;; to be automatically updated by make bump-version
  :depends-on ()
  #+asdf3 :encoding #+asdf3 :utf-8
  ;; For most purposes, asdf itself specially counts as a builtin system.
+1 −1
Original line number Diff line number Diff line
;;;; -------------------------------------------------------------------------
;;; Internal hacks for backward-compatibility 
;;; Internal hacks for backward-compatibility

(asdf/package:define-package :asdf/backward-internals
  (:recycle :asdf/backward-internals :asdf)
+1 −1
Original line number Diff line number Diff line
;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*-
;;; This is ASDF 3.0.1.9: Another System Definition Facility.
;;; This is ASDF 3.0.1.10: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel@common-lisp.net>.
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ the action of OPERATION on COMPONENT in the PLAN"))
          :test 'equal :key 'component-find-path)))


;;;; Incidental traversals 
;;;; Incidental traversals
(with-upgradability ()
  (defclass filtered-sequential-plan (sequential-plan)
    ((action-filter :initform t :initarg :action-filter :reader plan-action-filter)
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ system names to pathnames of .asd files")
  (defvar *source-registry-parameter* nil)

  (defun initialize-source-registry (&optional (parameter *source-registry-parameter*))
    ;; Record the parameter used to configure the registry 
    ;; Record the parameter used to configure the registry
    (setf *source-registry-parameter* parameter)
    ;; Clear the previous registry database:
    (setf *source-registry* (make-hash-table :test 'equal))
Loading