--- minutes.install.old	2006-11-21 06:34:03.000000000 +0100
+++ minutes.install	2008-05-15 13:04:53.000000000 +0200
@@ -6,7 +6,7 @@
  * Implementation of hook_install()
  */
 function minutes_install() {
-  switch($GLOBALS['db_type']) {
+  switch ($GLOBALS['db_type']) {
   case 'mysql':
   case 'mysqli':
     db_query("CREATE TABLE {minutes} (
@@ -72,5 +72,3 @@ function minutes_update_2() {
   variable_del('minutes_which_users_method');
   return array();
 }
-
-?>
