Only changed indentation.

This commit is contained in:
Martin Baulig
1998-07-13 22:34:23 +00:00
parent b991ecaf9a
commit 49adb94af0
4 changed files with 7 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ glibtop *glibtop_global_server = NULL;
glibtop *
glibtop_init_r (glibtop **server, const unsigned long features,
const unsigned flags)
const unsigned flags)
{
if (*server != NULL)
return *server;
@@ -37,7 +37,7 @@ glibtop_init_r (glibtop **server, const unsigned long features,
if (glibtop_global_server == NULL) {
glibtop_global_server = &_glibtop_global_server;
glibtop_open_r (glibtop_global_server, "glibtop",
features, flags);
features, flags);
}
return *server = glibtop_global_server;