From 4509e275ceb9bc8606cdd81ac64a3aeb074863a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 25 Feb 2010 17:53:41 +0100 Subject: [PATCH] Tabs to spaces --- library/DFTypes.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/library/DFTypes.h b/library/DFTypes.h index f3fbdd4f4..83c7f1a82 100644 --- a/library/DFTypes.h +++ b/library/DFTypes.h @@ -778,14 +778,14 @@ struct t_hotkey // local are numbered with top left as 0,0, name is indexes into the item vector struct t_settlement { - uint32_t origin; - int32_t name[2]; - int16_t world_x; - int16_t world_y; - int16_t local_x1; - int16_t local_x2; - int16_t local_y1; - int16_t local_y2; + uint32_t origin; + int32_t name[2]; + int16_t world_x; + int16_t world_y; + int16_t local_x1; + int16_t local_x2; + int16_t local_y1; + int16_t local_y2; }; }// namespace DFHack