summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-16 07:52:41 (GMT)
committer Eric Wong <normalperson@yhbt.net>2011-06-16 07:52:41 (GMT)
commitf2c9117ac6621c77cbce7139de0e6ea39eb8d1b7 (patch)
tree9722fdb8ff1f8a130905d603475f6bb18a8fb3cd
parent7829de9d0e04e5caaacdbff5b243d509fbae5567 (diff)
downloadmall-master.tar.gz
whitespace fixesHEADmaster
Oops, no mixing spaces after tabs
-rw-r--r--ext/mall/mall.c.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mall/mall.c.erb b/ext/mall/mall.c.erb
index e11a7a8..fea06c3 100644
--- a/ext/mall/mall.c.erb
+++ b/ext/mall/mall.c.erb
@@ -21,7 +21,7 @@ static VALUE sym_<%= x %>;
/*
* call-seq:
- * Mall.info -> hash
+ * Mall.info -> hash
*
* Returns a hash with the following keys:
*
@@ -69,7 +69,7 @@ static VALUE info(VALUE klass)
/*
* call-seq:
- * Mall.opt(Mall::MMAP_THRESHOLD, 128 * 1024)
+ * Mall.opt(Mall::MMAP_THRESHOLD, 128 * 1024)
*
* some malloc implementations may not like mallopt() being called after
* malloc has been initialized (first call to malloc()). This is not
@@ -111,7 +111,7 @@ static VALUE trim(VALUE klass, VALUE pad)
#ifdef HAVE_MALLOC_STATS
/*
* call-seq:
- * Mall.dump_stats
+ * Mall.dump_stats
*
* Dump malloc stats to STDERR
*
@@ -138,8 +138,8 @@ static void xmlerr(FILE *fp, int err, const char *msg)
/*
* call-seq:
- * Mall.xml -> XML string
- * Mall.xml(options = 0, io = $stderr) -> io
+ * Mall.xml -> XML string
+ * Mall.xml(options = 0, io = $stderr) -> io
*
* Called with no arguments, this returns an XML string suitable for
* parsing with your favorite XML parser.