Branch: refs/heads/master
Home: https://github.com/geany/geany-plugins
Commit: 28c47824bd70b6cc8e06f92ecc2ed4bf7eeca202
https://github.com/geany/geany-plugins/commit/28c47824bd70b6cc8e06f92ecc2ed…
Author: Johann Saunier <jsaunier.devel(a)gmail.com>
Date: 2011-12-14 (Wed, 14 Dec 2011)
Changed paths:
M geanyprj/src/geanyprj.c
M geanyprj/src/geanyprj.h
M geanyprj/src/menu.c
M geanyprj/src/project.c
M geanyprj/src/sidebar.c
M geanyprj/src/utils.c
M geanyprj/src/xproject.c
Log Message:
-----------
cosmetics for conforming to Geany's rules
- run scripts/fix-alignment.pl
- replace "int" by "gint"
- put functions' prototypes and their return type one the same line
- remove spaces between "*" and the identifier
- replace C++ style comments with C comments
Signed-off-by: Yura Siamashka <yurand2(a)gmail.com>