aboutsummaryrefslogtreecommitdiffhomepage
path: root/sanity.h
diff options
context:
space:
mode:
authorGravatar Łukasz Niemier <lukasz@niemier.pl>2012-11-18 11:23:22 +0100
committerGravatar Łukasz Niemier <lukasz@niemier.pl>2012-11-18 11:23:22 +0100
commit47df1ae40adecd0a02fc7dd06ab0745cb18c3fe0 (patch)
tree13bf3e8fdcae60fdfb5fa5e26c95818dc7a49790 /sanity.h
parentb79854ad1aa814d9d35d76a1929b4726fa4bffa5 (diff)
Remove trailing whitespaces and change tabs to spaces
Diffstat (limited to 'sanity.h')
-rw-r--r--sanity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sanity.h b/sanity.h
index 0ca8cd2a..40b92dec 100644
--- a/sanity.h
+++ b/sanity.h
@@ -1,5 +1,5 @@
/** \file sanity.h
- Prototypes for functions for performing sanity checks on the program state
+ Prototypes for functions for performing sanity checks on the program state
*/
#ifndef FISH_SANITY_H
@@ -19,7 +19,7 @@ int sanity_check();
/**
Try and determine if ptr is a valid pointer. If not, loose sanity.
-
+
\param ptr The pointer to validate
\param err A description of what the pointer refers to, for use in error messages
\param null_ok Wheter the pointer is allowed to point to 0