|
From: <ai...@us...> - 2013-10-24 17:38:41
|
Revision: 12623
http://sourceforge.net/p/plplot/code/12623
Author: airwin
Date: 2013-10-24 17:38:37 +0000 (Thu, 24 Oct 2013)
Log Message:
-----------
Style previous commit.
Modified Paths:
--------------
trunk/bindings/python/plplotcmodule.i
Modified: trunk/bindings/python/plplotcmodule.i
===================================================================
--- trunk/bindings/python/plplotcmodule.i 2013-10-23 19:27:05 UTC (rev 12622)
+++ trunk/bindings/python/plplotcmodule.i 2013-10-24 17:38:37 UTC (rev 12623)
@@ -1470,7 +1470,8 @@
return NULL;
}
tmp = (char **) malloc( sizeof ( char* ) * 4 );
- if ( tmp == NULL ) return NULL;
+ if ( tmp == NULL )
+ return NULL;
$1 = tmp;
for ( i = 0; i < 4; i++ )
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|