summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorGaël CHAMOULAUD <strider@src.gnome.org>2003-03-23 22:35:30 +0000
committerGaël CHAMOULAUD <strider@src.gnome.org>2003-03-23 22:35:30 +0000
commitb3a0881894d2d71fcaccde7fa2a04c710ac5fafc (patch)
treed70493edd696a6692eb01b377340dfdb2358fa7c /csslint
parent707595232fce772e196bd41d4e7e247fab23a624 (diff)
downloadlibcroco-b3a0881894d2d71fcaccde7fa2a04c710ac5fafc.tar.gz
Re-indentation
Diffstat (limited to 'csslint')
-rw-r--r--csslint/csslint.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/csslint/csslint.c b/csslint/csslint.c
index 8bea2d2..0ffdfee 100644
--- a/csslint/csslint.c
+++ b/csslint/csslint.c
@@ -28,7 +28,8 @@
*@param a_argc the argc variable passed to the main function.
*@param a_argv the argv variable passed to the main function.
*/
-static void showVersion (const char *name)
+static void
+showVersion (const char *name)
{
fprintf(stderr, "%s: using libcroco version %s\n", name, VERSION);
fprintf(stderr, " compiled with: ");
@@ -49,7 +50,8 @@ static void showVersion (const char *name)
*@param a_argc the argc variable passed to the main function.
*@param a_argv the argv variable passed to the main function.
*/
-static void usage(const char *name)
+static void
+usage(const char *name)
{
printf("Usage : %s [options] CSS2files ...\n", name);
printf("\tParse the CSS2 files and output the result of the parsing\n");