Fix bad indenting. I figured I should fix this since I just pointed Alex

* tests/shell-test.c: (check_string_result): Fix bad indenting.
	I figured I should fix this since I just pointed Alex here to
	look at this as an example.
This commit is contained in:
Darin Adler
2001-08-24 20:50:56 +00:00
parent 7a90af4d33
commit ed49b882bd
9 changed files with 72 additions and 22 deletions

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -1,3 +1,9 @@
2001-08-24 Darin Adler <darin@bentspoon.com>
* tests/shell-test.c: (check_string_result): Fix bad indenting.
I figured I should fix this since I just pointed Alex here to
look at this as an example.
2001-08-24 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Matthias Clasen's fix for

View File

@@ -224,7 +224,9 @@ test_shell_unquote (const char *str)
if (error == NULL)
return result;
/* Leaks the error, which is no big deal. */
/* Leaks the error, which is no big deal and easy to fix if we
* decide it matters.
*/
if (error->domain != G_SHELL_ERROR)
return g_strdup ("error in domain other than G_SHELL_ERROR");