summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/dfn.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/dfn.c')
-rw-r--r--usr.bin/gprof/dfn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c
index 987929f..169a47f 100644
--- a/usr.bin/gprof/dfn.c
+++ b/usr.bin/gprof/dfn.c
@@ -134,7 +134,7 @@ bool
dfn_numbered( childp )
nltype *childp;
{
-
+
return ( childp -> toporder != DFN_NAN && childp -> toporder != DFN_BUSY );
}
@@ -212,7 +212,7 @@ dfn_findcycle( childp )
* if what we think is the top of the cycle
* has a cyclehead field, then it's not really the
* head of the cycle, which is really what we want
- */
+ */
if ( cycleheadp -> cyclehead != cycleheadp ) {
cycleheadp = cycleheadp -> cyclehead;
# ifdef DEBUG
OpenPOWER on IntegriCloud