From: <ai...@us...> - 2009-10-26 17:05:19
|
Revision: 10553 http://plplot.svn.sourceforge.net/plplot/?rev=10553&view=rev Author: airwin Date: 2009-10-26 17:05:13 +0000 (Mon, 26 Oct 2009) Log Message: ----------- Continue uncrustify runs until style converges (or in the case of plplotP.h flips back and forth between two minor style variants). Modified Paths: -------------- trunk/include/plplotP.h trunk/include/qt.h Modified: trunk/include/plplotP.h =================================================================== --- trunk/include/plplotP.h 2009-10-26 13:55:52 UTC (rev 10552) +++ trunk/include/plplotP.h 2009-10-26 17:05:13 UTC (rev 10553) @@ -646,8 +646,8 @@ typedef struct cont_level { - PLFLT level; - struct cont_line *line; /* contour line */ + PLFLT level; + struct cont_line *line; /* contour line */ struct cont_level *next; /* contour level */ } CONT_LEVEL; Modified: trunk/include/qt.h =================================================================== --- trunk/include/qt.h 2009-10-26 13:55:52 UTC (rev 10552) +++ trunk/include/qt.h 2009-10-26 17:05:13 UTC (rev 10553) @@ -316,7 +316,7 @@ void resetPensAndBrushes( QPainter* ); - double m_dAspectRatio; // Is kept constant during resizes + double m_dAspectRatio; // Is kept constant during resizes QPixmap * m_pixPixmap; // stores the drawn image as long as it does not have to be regenerated QLinkedList<BufferElement> m_listBuffer; // Buffer holding the draw instructions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |