From f2c9117ac6621c77cbce7139de0e6ea39eb8d1b7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 16 Jun 2011 07:52:41 +0000 Subject: whitespace fixes Oops, no mixing spaces after tabs --- ext/mall/mall.c.erb | 10 +++++----- 1 file 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. -- cgit v1.2.3-24-ge0c7