diff src/buffer.h @ 84:ac0620f6398e r20-0b92

Import from CVS: tag r20-0b92
author cvs
date Mon, 13 Aug 2007 09:08:29 +0200
parents 6a378aca36af
children 0d2f883870bc
line wrap: on
line diff
--- a/src/buffer.h	Mon Aug 13 09:07:39 2007 +0200
+++ b/src/buffer.h	Mon Aug 13 09:08:29 2007 +0200
@@ -560,7 +560,6 @@
 
 #endif /* not MULE */
 
-
 #define charptr_emchar_n(ptr, offset) \
   charptr_emchar (charptr_n_addr (ptr, offset))
 
@@ -1387,7 +1386,7 @@
   __gseda_ptr__ = convert_to_external_format (string_data (__gseda_s__),   \
 					      string_length (__gseda_s__), \
 					      &__gseda_len__, fmt);	   \
-  (stick_value_here) = (CONST Extbyte *) alloca (1 + __gseda_len__);			   \
+  (stick_value_here) = (CONST Extbyte *) alloca (1 + __gseda_len__);	   \
   memcpy ((Extbyte *) stick_value_here, __gseda_ptr__, 1 + __gseda_len__); \
   (stick_len_here) = __gseda_len__;					   \
 } while (0)
@@ -1465,7 +1464,6 @@
 #define BYTE_ASCII_P(byte) 1
 
 #endif /* ! MULE */
-
 
 /************************************************************************/
 /*                                                                      */