diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-22 18:04:15 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-22 18:04:15 +1300 |
commit | 79279aa73a15010c036546f1750eb2b2b4ef7840 (patch) | |
tree | a14b46dc8499e0efb46f64131348465afcd98bd0 | |
parent | 87760a25d5aa29c55ecdc172b0179466ec196e63 (diff) |
Whitespace
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | HouseControl.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HouseControl.ino b/HouseControl.ino index 2d66d36..efc5f45 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -48,7 +48,7 @@ struct st_config { unsigned int UTC_offset; byte notifyHost[4]; - unsigned int notifyPort; + unsigned int notifyPort; }; struct st_door { |