Revision: 1340 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1340&view=re... Author: eht16 Date: 2010-05-10 21:29:47 +0000 (Mon, 10 May 2010)
Log Message: ----------- Add missing final newline
Modified Paths: -------------- trunk/geany-plugins/addons/src/ao_blanklines.c
Modified: trunk/geany-plugins/addons/src/ao_blanklines.c =================================================================== --- trunk/geany-plugins/addons/src/ao_blanklines.c 2010-05-10 17:49:29 UTC (rev 1339) +++ trunk/geany-plugins/addons/src/ao_blanklines.c 2010-05-10 21:29:47 UTC (rev 1340) @@ -89,4 +89,4 @@ { if (enabled) editor_strip_trailing_newlines(doc->editor); -} \ No newline at end of file +}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org