summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
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
* -----------------------------------------------------------------