mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* expand tabs. [ci skip]
Please consider using misc/expand_tabs.rb as a pre-commit hook.
This commit is contained in:
parent
b481b673d7
commit
a4bb2d7d63
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ struct parser_st_hash_type {
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct st_functions {
|
typedef struct st_functions {
|
||||||
void *(*nonempty_memcpy)(void *dest, const void *src, size_t t, size_t n);
|
void *(*nonempty_memcpy)(void *dest, const void *src, size_t t, size_t n);
|
||||||
} st_functions_t;
|
} st_functions_t;
|
||||||
|
|
||||||
#define ST_INDEX_BITS (SIZEOF_ST_INDEX_T * CHAR_BIT)
|
#define ST_INDEX_BITS (SIZEOF_ST_INDEX_T * CHAR_BIT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue