mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
committed by
Søren Sandmann Pedersen
parent
6c36cd060c
commit
e97dcc792a
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user