padtemplate: add missing ; in example (and trim whitespace)

This commit is contained in:
Stefan Kost 2011-03-08 11:34:19 +02:00
parent d963503b26
commit 8aa3f380a5

View file

@ -66,7 +66,7 @@
* "audio/x-raw-int, " * "audio/x-raw-int, "
* "channels = (int) [ 1, 6 ]" * "channels = (int) [ 1, 6 ]"
* ) * )
* ) * );
* void * void
* my_method (void) * my_method (void)
* { * {