aboutsummaryrefslogtreecommitdiffstats
path: root/uncrustify.sh
blob: 65058736ca01a61a8bb30d0d78f4fc89332aed9c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh 

for d in src src/libserver src/client src/libmime src/libutil src/lua src/classifiers src/tokenizers src/plugins ; do
	file_list=`find ${d} -maxdepth 1 -name "*.c" -or -name "*.h" -type f`
	for file2indent in $file_list
	do 
		echo "Indenting file $file2indent"
		uncrustify -f "$file2indent" -c "./uncrustify.cfg" -o indentoutput.tmp
		mv indentoutput.tmp "$file2indent"
	done
done
ackport/46140/stable28'>backport/46140/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/es_PY.json
blob: b994fa289eb4a53c65f3e7335b22d505c30352bc (plain)
1
2
3
4
5
6
7
8
{ "translations": {
    "_%n day ago_::_%n days ago_" : ["",""],
    "_%n month ago_::_%n months ago_" : ["",""],
    "_%n year ago_::_%n years ago_" : ["",""],
    "_%n hour ago_::_%n hours ago_" : ["",""],
    "_%n minute ago_::_%n minutes ago_" : ["",""]
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}