diff lisp/progmodes/ada-stmt.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 1b89f0ef4d72
children fbec4e6f73c8 d7ddb3e565de
line wrap: on
line diff
--- a/lisp/progmodes/ada-stmt.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/progmodes/ada-stmt.el	Tue Feb 04 13:24:35 2003 +0000
@@ -29,7 +29,7 @@
 ;; Nov 1993. Rolf Ebert <ebert@enpc.fr> (RE) Moved the
 ;; skeleton generation into this separate file. The code still is
 ;; essentially written by DP
-;; 
+;;
 ;; Adapted Jun 1994. Markus Heritsch
 ;; <Markus.Heritsch@studbox.uni-stuttgart.de> (MH)
 ;; added menu bar support for templates
@@ -432,7 +432,7 @@
 ;  "Inserts a use clause, prompting for the list of packages used."
 ;  "[list of packages used]: "
 ;  "use " str ?\;)
- 
+
 
 (define-skeleton ada-record
   "Insert a skeleton record type declaration."
@@ -475,7 +475,7 @@
   " (" ("[discriminant]: " str "; ") ") is\n"
   > "entry " _ \n
   <"end " str ";" )
-  
+
 
 (define-skeleton ada-get-param1
   "Prompt for arguments and if any enclose them in brackets."
@@ -556,7 +556,7 @@
   "[delay value]: "
   < "or\n"
   > "delay " str ";")
-  
+
 
 (define-skeleton ada-or-terminate
   "Insert a terminate statement."