Skip to content
Snippets Groups Projects
Commit 8b53f6e5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix alignment of source.

parent eca199d7
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.12 1997/09/08 02:29:42 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.13 1997/10/24 15:51:37 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -61,7 +61,7 @@ void (* ...@@ -61,7 +61,7 @@ void (*
{ {
switch (dest) switch (dest)
{ {
case RemoteInternal: case RemoteInternal:
return printtup_internal; return printtup_internal;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment