Skip to content

Commit fe3bd57

Browse files
Maxime Chevalier-BoisvertXrXr
authored andcommitted
Remove trailing whitespaces
1 parent cf011b6 commit fe3bd57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bootstraptest/test_yjit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def alias_then_hash(klass, method_to_redefine)
158158
retval
159159
}
160160

161-
# Method redefinition (code invalidation) and GC
161+
# Method redefinition (code invalidation) and GC
162162
assert_equal '7', %q{
163163
def bar()
164164
return 5

darray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ rb_darray_buffer_size(int32_t capacity, size_t header_size, size_t element_size)
116116
// Internal function
117117
// Ensure there is space for one more element. Return 1 on success and 0 on failure.
118118
// Note: header_size can be bigger than sizeof(rb_darray_meta_t) when T is __int128_t, for example.
119-
static inline int
119+
static inline int
120120
rb_darray_ensure_space(void *ptr_to_ary, size_t header_size, size_t element_size)
121121
{
122122
rb_darray_meta_t **ptr_to_ptr_to_meta = ptr_to_ary;

tool/ruby_vm/models/instructions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
RubyVM::InstructionsUnifications.to_a + \
2121
RubyVM::MicroJIT::ExampleInstructions.to_a
2222

23-
23+
2424

2525
require_relative 'trace_instructions'
2626
RubyVM::Instructions.freeze

0 commit comments

Comments
 (0)