amalgame/commit

MINOR: code layout cosmetics

authorJacco van Ossenbruggen
Sat May 9 18:00:17 2015 +0200
committerJacco van Ossenbruggen
Sat May 9 18:00:17 2015 +0200
commitce947248b7072d5e700a89820891071abd1a8e43
tree6b115f4b5bf520d7ec4cc7ddaa34723f58930a80
parent16ed64df7301382ffd0b3361cfd4ddaf70c86457
Diff style: patch stat
diff --git a/lib/amalgame/util.pl b/lib/amalgame/util.pl
index 1aa35a2..a937620 100644
--- a/lib/amalgame/util.pl
+++ b/lib/amalgame/util.pl
@@ -101,9 +101,7 @@ now_xsd(Text) :-
 
 xsd_timestamp(Time, Atom) :-
 	stamp_date_time(Time, Date, 'UTC'),
-        format_time(atom(Atom),
-                    '%FT%T%:z',
-                    Date, posix).
+        format_time(atom(Atom), '%FT%T%:z', Date, posix).
 
 %%	list_offset(+List, +N, -SmallerList)
 %