Whitespace change.
authorrich <rich>
Mon, 14 Aug 2006 15:53:52 +0000 (15:53 +0000)
committerrich <rich>
Mon, 14 Aug 2006 15:53:52 +0000 (15:53 +0000)
scripts/page.ml

index adba28f..3592f8f 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: page.ml,v 1.53 2006/08/14 11:36:50 rich Exp $
+ * $Id: page.ml,v 1.54 2006/08/14 15:53:52 rich Exp $
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -83,8 +83,7 @@ let run r (q : cgi) dbh hostid
   (* Host-specific fields. *)
   let rows =
     PGSQL(dbh)
-      "select feedback_email is not null,
-              mailing_list, navigation
+      "select feedback_email is not null, mailing_list, navigation
          from hosts where id = $hostid" in
   let has_feedback_email, mailing_list, navigation =
     match rows with