Remove trailing spaces from all other files
This commit is contained in:
		
							parent
							
								
									76419dcc76
								
							
						
					
					
						commit
						d3ae6c5951
					
				| @ -6,7 +6,7 @@ | ||||
| -I/usr/include/pango-1.0 | ||||
| -I/usr/include/pixman-1 | ||||
| -I/usr/lib/dbus-1.0/include | ||||
| -I/usr/lib/glib-2.0/include  | ||||
| -I/usr/lib/glib-2.0/include | ||||
| -I/usr/include/cairo | ||||
| -I/usr/include/pixman-1 | ||||
| -I/usr/include/libdrm | ||||
|  | ||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -43,7 +43,7 @@ dunst: ${OBJ} | ||||
| 	@${CC} ${CFLAGS} -o $@ ${OBJ} ${LDFLAGS} | ||||
| 
 | ||||
| dunstify: | ||||
| 	@${CC} -o $@ dunstify.c -std=c99 $(shell pkg-config --libs --cflags glib-2.0 libnotify)  | ||||
| 	@${CC} -o $@ dunstify.c -std=c99 $(shell pkg-config --libs --cflags glib-2.0 libnotify) | ||||
| 
 | ||||
| debug: ${OBJ} | ||||
| 	@echo CC -o $@ | ||||
|  | ||||
| @ -52,4 +52,4 @@ PACKAGE MAINTAINERS: | ||||
|     not exist. | ||||
| 
 | ||||
|     Please don't open bug reports when dunstify doesn't work with your | ||||
|     version of libnotify  | ||||
|     version of libnotify | ||||
|  | ||||
| @ -165,7 +165,7 @@ void load_settings(char *cmdline_config_path) | ||||
|             option_get_bool("global", "sticky_history", "-sticky_history", | ||||
|                             sticky_history, | ||||
|                             "Don't timeout notifications popped up from history"); | ||||
|         settings.history_length =  | ||||
|         settings.history_length = | ||||
|                 option_get_int("global", "history_length", "-history_length", | ||||
|                                 history_length, | ||||
|                                 "Max amount of notifications kept in history"); | ||||
|  | ||||
							
								
								
									
										12
									
								
								test/test.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								test/test.sh
									
									
									
									
									
								
							| @ -54,7 +54,7 @@ function ignore_newline { | ||||
|     killall dunst | ||||
|     ../dunst -config dunstrc.ignore_newline & | ||||
|     ../dunstify -a "dunst tester" -u c "Ignore Newline" \ | ||||
|         "The only newlines you should encounter here are wordwraps. That's why I'm so long."  | ||||
|         "The only newlines you should encounter here are wordwraps. That's why I'm so long." | ||||
|     ../dunstify -a "dunst tester" -u c "Th\nis\n\n\n is\n fu\nll of \n" "\nnew\nlines" | ||||
|     basic_notifications | ||||
|     keypress | ||||
| @ -136,31 +136,31 @@ function geometry { | ||||
| 
 | ||||
|     killall dunst | ||||
|     ../dunst -config dunstrc.default -geom "200x0" & | ||||
|     ../dunstify -a "dunst tester" -u c "200x0"  | ||||
|     ../dunstify -a "dunst tester" -u c "200x0" | ||||
|     basic_notifications | ||||
|     keypress | ||||
| 
 | ||||
|     killall dunst | ||||
|     ../dunst -config dunstrc.default -geom "200x2" & | ||||
|     ../dunstify -a "dunst tester" -u c "200x2"  | ||||
|     ../dunstify -a "dunst tester" -u c "200x2" | ||||
|     basic_notifications | ||||
|     keypress | ||||
| 
 | ||||
|     killall dunst | ||||
|     ../dunst -config dunstrc.default -geom "200x1" & | ||||
|     ../dunstify -a "dunst tester" -u c "200x1"  | ||||
|     ../dunstify -a "dunst tester" -u c "200x1" | ||||
|     basic_notifications | ||||
|     keypress | ||||
| 
 | ||||
|     killall dunst | ||||
|     ../dunst -config dunstrc.default -geom "0x1" & | ||||
|     ../dunstify -a "dunst tester" -u c "0x1"  | ||||
|     ../dunstify -a "dunst tester" -u c "0x1" | ||||
|     basic_notifications | ||||
|     keypress | ||||
| 
 | ||||
|     killall dunst | ||||
|     ../dunst -config dunstrc.default -geom "-300x1" & | ||||
|     ../dunstify -a "dunst tester" -u c "-300x1"  | ||||
|     ../dunstify -a "dunst tester" -u c "-300x1" | ||||
|     basic_notifications | ||||
|     keypress | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Josh Brown
						Josh Brown