Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 65e20780e43c80141cbadf19ae6510d9c3b2bfcc https://github.com/geany/geany/commit/65e20780e43c80141cbadf19ae6510d9c3b2bf... Author: Matthew Brush matt@geany.org Date: 2011-10-28 (Fri, 28 Oct 2011)
Changed paths: M plugins/classbuilder.c
Log Message: ----------- classbuilder: Use GTK/GNU code style for generated GTK+ code
Use two spaces instead of tabs, spaces between function and opening argument bracket, and various minor changes.
Add dummy gpointer to private struct so the class can be compiled without modification.