Fix indentation.
This commit is contained in:
		
							parent
							
								
									1811b6030c
								
							
						
					
					
						commit
						3cb7f27afe
					
				
							
								
								
									
										8
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								st.c
									
									
									
									
									
								
							| @ -1084,8 +1084,8 @@ selrequest(XEvent *e) { | |||||||
| 	xev.selection = xsre->selection; | 	xev.selection = xsre->selection; | ||||||
| 	xev.target = xsre->target; | 	xev.target = xsre->target; | ||||||
| 	xev.time = xsre->time; | 	xev.time = xsre->time; | ||||||
|         if (xsre->property == None) | 	if (xsre->property == None) | ||||||
|             xsre->property = xsre->target; | 		xsre->property = xsre->target; | ||||||
| 
 | 
 | ||||||
| 	/* reject */ | 	/* reject */ | ||||||
| 	xev.property = None; | 	xev.property = None; | ||||||
| @ -1134,8 +1134,8 @@ xsetsel(char *str, Time t) { | |||||||
| 	sel.primary = str; | 	sel.primary = str; | ||||||
| 
 | 
 | ||||||
| 	XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); | 	XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); | ||||||
|         if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) | 	if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) | ||||||
|             selclear(0); | 		selclear(0); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void | void | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 noname
						noname