mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user