Fix copyright and whitespace

This commit is contained in:
Wilco Baan Hofman 2013-05-05 18:29:39 +02:00 committed by root
parent 659cdf1ff5
commit a081fb8920
2 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ STATUS spacestate_update(TALLOC_CTX *mem_ctx, const char *prom, const char *code
if (must_open) {
dbi_conn_queryf(conn, "UPDATE space_state set override=0, override_state='open'");
} else if (must_close) {
dbi_conn_queryf(conn, "UPDATE space_state set override=1, override_state='close'");
dbi_conn_queryf(conn, "UPDATE space_state set override=1, override_state='closed'");
}
return ST_OK;

View file

@ -1,6 +1,6 @@
/*
SIA-HS Alarm Monitoring Service
Copyright (C) Wilco Baan Hofman <wilco@baanhofman.nl> 2012
Copyright (C) Wilco Baan Hofman <wilco@baanhofman.nl> 2013
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