]> granicus.if.org Git - postgresql/commitdiff
Fix blank line.
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Jun 2006 23:53:14 +0000 (23:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Jun 2006 23:53:14 +0000 (23:53 +0000)
src/include/c.h

index d8ab39f491f7b4d95b6e1119cc2ab0fb55e1c2ad..2b51e2ac0a77fca67023918cdbbb38d56d2d1090 100644 (file)
@@ -12,7 +12,7 @@
  * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/c.h,v 1.204 2006/06/24 14:52:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.205 2006/06/26 23:53:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -473,7 +473,7 @@ typedef NameData *Name;
  */
 #define SQL_STR_DOUBLE(ch, escape_backslash)   \
        ((ch) == '\'' || ((ch) == '\\' && (escape_backslash)))
-       
+
 #define ESCAPE_STRING_SYNTAX   'E'
 
 /* ----------------------------------------------------------------