style: remove double empty newlines
This commit is contained in:
		
							parent
							
								
									a8cb8e9454
								
							
						
					
					
						commit
						4e0135afec
					
				
							
								
								
									
										1
									
								
								st.c
								
								
								
								
							
							
						
						
									
										1
									
								
								st.c
								
								
								
								
							| 
						 | 
					@ -2335,7 +2335,6 @@ tputc(Rune u)
 | 
				
			||||||
			goto check_control_code;
 | 
								goto check_control_code;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
		if (IS_SET(MODE_SIXEL)) {
 | 
							if (IS_SET(MODE_SIXEL)) {
 | 
				
			||||||
			/* TODO: implement sixel mode */
 | 
								/* TODO: implement sixel mode */
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								x.c
								
								
								
								
							
							
						
						
									
										2
									
								
								x.c
								
								
								
								
							| 
						 | 
					@ -763,7 +763,6 @@ xsetcolorname(int x, const char *name)
 | 
				
			||||||
	if (!BETWEEN(x, 0, dc.collen))
 | 
						if (!BETWEEN(x, 0, dc.collen))
 | 
				
			||||||
		return 1;
 | 
							return 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (!xloadcolor(x, name, &ncolor))
 | 
						if (!xloadcolor(x, name, &ncolor))
 | 
				
			||||||
		return 1;
 | 
							return 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1769,7 +1768,6 @@ kpress(XEvent *ev)
 | 
				
			||||||
	ttywrite(buf, len, 1);
 | 
						ttywrite(buf, len, 1);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
cmessage(XEvent *e)
 | 
					cmessage(XEvent *e)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue