mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	CODINGSTYLE.md: fix list item indentation
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
This commit is contained in:
		
							parent
							
								
									7e74dcccca
								
							
						
					
					
						commit
						b59b18bfff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -152,7 +152,7 @@ other editors that implement this coding style, please add them here. | |||
|   at the place where the resource is needed. | ||||
| 
 | ||||
| * The `*`, `&` and `&&` declarators are grouped with the name, not the type | ||||
|  (classical C-style) as in `char *string` instead of `char* string`. This | ||||
|   (classical C-style) as in `char *string` instead of `char* string`. This | ||||
|   reflects the precedence rules of the language: `int &i` means that the name | ||||
|   `i` stands for a reference [to an object with type `int`], not that | ||||
|   `i` stands for an object of the type [reference to `int`]. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue