[前][次][番号順一覧][スレッド一覧]

ruby-changes:53630

From: svn <ko1@a...>
Date: Tue, 20 Nov 2018 19:32:39 +0900 (JST)
Subject: [ruby-changes:53630] svn:r65862 (trunk): * expand tabs.

svn	2018-11-20 19:17:19 +0900 (Tue, 20 Nov 2018)

  New Revision: 65862

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65862

  Log:
    * expand tabs.

  Modified files:
    trunk/coroutine/x86/Context.h
Index: coroutine/x86/Context.h
===================================================================
--- coroutine/x86/Context.h	(revision 65861)
+++ coroutine/x86/Context.h	(revision 65862)
@@ -26,10 +26,10 @@ typedef struct https://github.com/ruby/ruby/blob/trunk/coroutine/x86/Context.h#L26
 typedef COROUTINE(* coroutine_start)(coroutine_context *from, coroutine_context *self) __attribute__((fastcall));
 
 static inline void coroutine_initialize(
-	coroutine_context *context,
-	coroutine_start start,
-	void *stack_pointer,
-	size_t stack_size
+        coroutine_context *context,
+        coroutine_start start,
+        void *stack_pointer,
+        size_t stack_size
 ) {
         /* Force 16-byte alignment */
         context->stack_pointer = (void**)((uintptr_t)stack_pointer & ~0xF);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]