diff options
author | megamage <none@none> | 2009-07-30 10:19:03 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-30 10:19:03 +0800 |
commit | bf8c0933c94bd9f1a94117f1f4a382f2ce6fb9e2 (patch) | |
tree | 3958a1a450c971f5326846d49c6b141fe2be670f /contrib/mysql_to_pgsql/src | |
parent | 9dcaf305004bf8f669f4be8496201f78f2d72826 (diff) |
[8221] Removed trailing whitespaces
With excluded dep/ - as usual.
Signed-off-by: freghar <compmancz@gmail.com>
--HG--
branch : trunk
Diffstat (limited to 'contrib/mysql_to_pgsql/src')
-rw-r--r-- | contrib/mysql_to_pgsql/src/defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mysql_to_pgsql/src/defines.h b/contrib/mysql_to_pgsql/src/defines.h index ed151bf5fae..3ffaf9923e0 100644 --- a/contrib/mysql_to_pgsql/src/defines.h +++ b/contrib/mysql_to_pgsql/src/defines.h @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - + #ifndef _DEFINES_ #define _DEFINES_ @@ -59,7 +59,7 @@ typedef vector<sField> T_Table; typedef vector<string> T_TableList; typedef map< string, T_Table > TDataBase; -static +static void pg_notice(void *arg, const char *message) { /// Do nothing |