Software /
code /
prosody
Comparison
util/sql.lua @ 5776:bd0ff8ae98a8
Remove all trailing whitespace
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Fri, 09 Aug 2013 17:48:21 +0200 |
parent | 5744:253dfea0e3f6 |
child | 5883:39b187e7e892 |
comparison
equal
deleted
inserted
replaced
5775:a6c2b8933507 | 5776:bd0ff8ae98a8 |
---|---|
43 __lt = function(a, b) return "("..a.."<"..b..")" end; | 43 __lt = function(a, b) return "("..a.."<"..b..")" end; |
44 __le = function(a, b) return "("..a.."<="..b..")" end; | 44 __le = function(a, b) return "("..a.."<="..b..")" end; |
45 }; | 45 }; |
46 | 46 |
47 local functions = { | 47 local functions = { |
48 | 48 |
49 }; | 49 }; |
50 | 50 |
51 local cmap = { | 51 local cmap = { |
52 [Integer] = Integer(); | 52 [Integer] = Integer(); |
53 [String] = String(); | 53 [String] = String(); |