mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix style
This commit is contained in:
		
							parent
							
								
									17e39f6291
								
							
						
					
					
						commit
						53e3763b58
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@
 | 
				
			||||||
static int create_pool_file(size_t size, char **name) {
 | 
					static int create_pool_file(size_t size, char **name) {
 | 
				
			||||||
	static const char template[] = "sway-client-XXXXXX";
 | 
						static const char template[] = "sway-client-XXXXXX";
 | 
				
			||||||
	const char *path = getenv("XDG_RUNTIME_DIR");
 | 
						const char *path = getenv("XDG_RUNTIME_DIR");
 | 
				
			||||||
		if (!path) {
 | 
						if (!path) {
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue