summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
commit3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b (patch)
treec4a278220ba8141b829c5c7b0777c1049cfe413c /pack.c
parent39da1b63699faf30c86e753e193c29b81b16136d (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pack.c b/pack.c
index e8c5f391ba..1616a8a638 100644
--- a/pack.c
+++ b/pack.c
@@ -328,7 +328,7 @@ static unsigned long utf8_to_uv(const char*,long*);
* | |
* U | Integer | UTF-8 character
* w | Integer | BER-compressed integer
- *
+ *
* Float | |
* Directive | | Meaning
* ---------------------------------------------------------------------------
@@ -338,7 +338,7 @@ static unsigned long utf8_to_uv(const char*,long*);
* e | Float | single-precision, little-endian byte order
* G | Float | double-precision, network (big-endian) byte order
* g | Float | single-precision, network (big-endian) byte order
- *
+ *
* String | |
* Directive | | Meaning
* ---------------------------------------------------------------------------
@@ -355,7 +355,7 @@ static unsigned long utf8_to_uv(const char*,long*);
* | | (if count is 0, no line feed are added, see RFC 4648)
* P | String | pointer to a structure (fixed-length string)
* p | String | pointer to a null-terminated string
- *
+ *
* Misc. | |
* Directive | | Meaning
* ---------------------------------------------------------------------------
@@ -1280,7 +1280,7 @@ infected_str_new(const char *ptr, long len, VALUE str)
* | |
* U | Integer | UTF-8 character
* w | Integer | BER-compressed integer (see Array.pack)
- *
+ *
* Float | |
* Directive | Returns | Meaning
* -----------------------------------------------------------------
@@ -1290,7 +1290,7 @@ infected_str_new(const char *ptr, long len, VALUE str)
* e | Float | single-precision, little-endian byte order
* G | Float | double-precision, network (big-endian) byte order
* g | Float | single-precision, network (big-endian) byte order
- *
+ *
* String | |
* Directive | Returns | Meaning
* -----------------------------------------------------------------
@@ -1307,7 +1307,7 @@ infected_str_new(const char *ptr, long len, VALUE str)
* | | base64 encoded string (RFC 4648) if followed by 0
* P | String | pointer to a structure (fixed-length string)
* p | String | pointer to a null-terminated string
- *
+ *
* Misc. | |
* Directive | Returns | Meaning
* -----------------------------------------------------------------