mirror of
				https://github.com/msgpack/msgpack-c.git
				synced 2025-11-02 14:03:43 +01:00 
			
		
		
		
	add a blanc after Japanese comment
This commit is contained in:
		@@ -30,7 +30,7 @@ bool msgpack_vrefbuffer_init(msgpack_vrefbuffer* vbuf,
 | 
			
		||||
	vbuf->chunk_size = chunk_size;
 | 
			
		||||
	vbuf->ref_size = ref_size;
 | 
			
		||||
 | 
			
		||||
	// glibcは72バイト以下のmallocが高速
 | 
			
		||||
	// glibcは72バイト以下のmallocが高速 
 | 
			
		||||
	size_t nfirst = (sizeof(struct iovec) < 72/2) ?
 | 
			
		||||
			72 / sizeof(struct iovec) : 8;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user