From: <ai...@us...> - 2009-12-01 05:20:10
|
Revision: 10652 http://plplot.svn.sourceforge.net/plplot/?rev=10652&view=rev Author: airwin Date: 2009-12-01 05:20:00 +0000 (Tue, 01 Dec 2009) Log Message: ----------- Style recent changes. Modified Paths: -------------- trunk/include/plplotP.h trunk/src/plline.c Modified: trunk/include/plplotP.h =================================================================== --- trunk/include/plplotP.h 2009-11-30 17:57:25 UTC (rev 10651) +++ trunk/include/plplotP.h 2009-12-01 05:20:00 UTC (rev 10652) @@ -472,7 +472,7 @@ int plP_clipline( PLINT *p_x1, PLINT *p_y1, PLINT *p_x2, PLINT *p_y2, - PLINT xmin, PLINT xmax, PLINT ymin, PLINT ymax ); + PLINT xmin, PLINT xmax, PLINT ymin, PLINT ymax ); /* Stores hex digit value into FCI (font characterization integer). */ void Modified: trunk/src/plline.c =================================================================== --- trunk/src/plline.c 2009-11-30 17:57:25 UTC (rev 10651) +++ trunk/src/plline.c 2009-12-01 05:20:00 UTC (rev 10652) @@ -649,7 +649,7 @@ int plP_clipline( PLINT *p_x1, PLINT *p_y1, PLINT *p_x2, PLINT *p_y2, - PLINT xmin, PLINT xmax, PLINT ymin, PLINT ymax ) + PLINT xmin, PLINT xmax, PLINT ymin, PLINT ymax ) { PLINT t, dx, dy, flipx, flipy; double dydx = 0, dxdy = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |