updates Various formatting fixes.

Sat Apr 22 15:08:01 2006  Soeren Sandmann  <sandmann@redhat.com>

	* TODO: updates
	* profile.c, sfile.c, sformat.c: Various formatting fixes.
This commit is contained in:
Soeren Sandmann
2006-04-22 19:08:23 +00:00
committed by Søren Sandmann Pedersen
parent 6c36cd060c
commit e97dcc792a
5 changed files with 416 additions and 392 deletions

View File

@ -31,7 +31,7 @@ typedef struct Node Node;
struct Profile
{
StackStash * stash;
StackStash *stash;
};
static SFormat *
@ -470,7 +470,7 @@ profile_free (Profile *profile)
}
void
profile_descendant_free (ProfileDescendant *descendant)
profile_descendant_free (ProfileDescendant *descendant)
{
if (!descendant)
return;