Author: cito
Date: Fri May 4 17:43:24 2012
New Revision: 430
Log:
Wrong whitespace. Make both lint and Eclipse checker happy.
Modified:
trunk/module/pgmodule.c
Modified: trunk/module/pgmodule.c
==============================================================================
--- trunk/module/pgmodule.c Fri May 4 16:33:51 2012 (r429)
+++ trunk/module/pgmodule.c Fri May 4 17:43:24 2012 (r430)
@@ -28,8 +28,8 @@
*/
/* Note: This should be linked against the same C runtime lib as Python */
-
#include <Python.h>
+
#include <libpq-fe.h>
/* some definitions from <libpq/libpq-fs.h> */
@@ -2136,7 +2136,7 @@
cashbuf[k] = 0;
s = cashbuf;
- /* FALLTHROUGH */
+ /* FALLTHROUGH */ /* no break */
case 4:
if (decimal)
{
@@ -2261,7 +2261,7 @@
cashbuf[k] = 0;
s = cashbuf;
- /* FALLTHROUGH */
+ /* FALLTHROUGH */ /* no break */
case 4:
if (decimal)
{
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql