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

Fix alignment of source.

parent eca199d7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
*
*
* 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 (*
{
switch (dest)
{
case RemoteInternal:
case RemoteInternal:
return printtup_internal;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment