]> git.pond.sub.org Git - empserver/blobdiff - include/commodity.h
Indented with src/scripts/indent-emp.
[empserver] / include / commodity.h
index b3f05c9057f6694b930a36ba91870f5db34e8d0c..b5dfa76e1cdacaf8b01b869a0968b59a62affbf8 100644 (file)
 #define _COMMODITY_H_
 
 struct comstr {
-        short   ef_type;
-       natid   com_owner;
-       short   com_uid;
-       char    com_type;
-       int     com_amount;
-       float   com_price;
-       int     com_maxbidder;
-       float   com_maxprice;
-       time_t  com_markettime;
-      coord   com_x;
-      coord   com_y;
-       coord   sell_x;
-       coord   sell_y;
+    short ef_type;
+    natid com_owner;
+    short com_uid;
+    char com_type;
+    int com_amount;
+    float com_price;
+    int com_maxbidder;
+    float com_maxprice;
+    time_t com_markettime;
+    coord com_x;
+    coord com_y;
+    coord sell_x;
+    coord sell_y;
 };
 
 #define getcomm(n, p) \