Pārlūkot izejas kodu

dansguardian: fix trailing white spaces

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj 10 gadus atpakaļ
vecāks
revīzija
ae6f5aef85

+ 1
- 1
net/dansguardian/files/dansguardian.config Parādīt failu

@@ -13,7 +13,7 @@ config dansguardian 'dansguardian'
13 13
 	option filecachedir '/tmp'
14 14
 	option filtergroups '1'
15 15
 	option filtergroupslist '/etc/dansguardian/lists/filtergroupslist'
16
-	option filterip '' 
16
+	option filterip ''
17 17
 	option filterports '8080'
18 18
 	option forcequicksearch 'off'
19 19
 	option forwardedfor 'off'

+ 1
- 1
net/dansguardian/files/dansguardian.init Parādīt failu

@@ -94,7 +94,7 @@ start_service() {
94 94
 		reverseclientiplookups scancleancache showweightedfound softrestart trickledelay urlcacheage urlcachenumber \
95 95
 		urlipcfilename usecustombannedflash usecustombannedimage usexforwardedfor weightedphrasemode
96 96
 
97
-	validate_dansguardian_section dansguardian || { 
97
+	validate_dansguardian_section dansguardian || {
98 98
 		echo "validation failed"
99 99
 		return 1
100 100
 	}

+ 1
- 1
net/dansguardian/files/dansguardianf1.conf Parādīt failu

@@ -332,7 +332,7 @@ deepurlanalysis = off
332 332
 #threshold
333 333
 # this is in seconds. If 'violations' occur in 'threshold' seconds, then
334 334
 # a notification is made.
335
-# if this is set to 0, then whenever the set number of violations are made a 
335
+# if this is set to 0, then whenever the set number of violations are made a
336 336
 # notifaction will be sent.
337 337
 #!! Not compiled !!threshold = 0
338 338