[Git][cmucl/cmucl][issue-139-set-filename-encoding-to-utf8] Revert unneeded indentation-only change

Raymond Toy (@rtoy) gitlab at common-lisp.net
Wed Dec 21 19:50:54 UTC 2022



Raymond Toy pushed to branch issue-139-set-filename-encoding-to-utf8 at cmucl / cmucl


Commits:
ff4edca1 by Raymond Toy at 2022-12-21T11:50:01-08:00
Revert unneeded indentation-only change

- - - - -


1 changed file:

- src/code/save.lisp


Changes:

=====================================
src/code/save.lisp
=====================================
@@ -373,14 +373,14 @@
 	 (unix:unix-exit
 	  (catch '%end-of-the-world
 	    (unwind-protect
-		 (if *batch-mode*
-		     (handler-case
-			 (%restart-lisp)
-		       (error (cond)
-			 (format *error-output* (intl:gettext "Error in batch processing:~%~A~%")
-				 cond)
-			 (throw '%end-of-the-world 1)))
-		     (%restart-lisp))
+		(if *batch-mode*
+		    (handler-case
+			(%restart-lisp)
+		      (error (cond)
+			(format *error-output* (intl:gettext "Error in batch processing:~%~A~%")
+				cond)
+			(throw '%end-of-the-world 1)))
+		    (%restart-lisp))
 	      (finish-standard-output-streams))))))
 
     ;; Record dump time and host



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ff4edca17f36a672f81142b11b58bff75ea40dfd

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ff4edca17f36a672f81142b11b58bff75ea40dfd
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20221221/85770337/attachment-0001.html>


More information about the cmucl-cvs mailing list