diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/src/icecpp/pcp.h | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'cpp/src/icecpp/pcp.h')
-rw-r--r-- | cpp/src/icecpp/pcp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/src/icecpp/pcp.h b/cpp/src/icecpp/pcp.h index 2bced48066b..fabd88dbe7c 100644 --- a/cpp/src/icecpp/pcp.h +++ b/cpp/src/icecpp/pcp.h @@ -24,13 +24,13 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA typedef struct stringdef STRINGDEF; struct stringdef { - U_CHAR *contents; /* String to include */ - int len; /* Its length */ - int writeflag; /* Whether we write this */ - int lineno; /* Linenumber of source file */ - U_CHAR *filename; /* Name of source file */ - STRINGDEF *chain; /* Global list of strings in natural order */ - int output_mark; /* Where in the output this goes */ + U_CHAR *contents; /* String to include */ + int len; /* Its length */ + int writeflag; /* Whether we write this */ + int lineno; /* Linenumber of source file */ + U_CHAR *filename; /* Name of source file */ + STRINGDEF *chain; /* Global list of strings in natural order */ + int output_mark; /* Where in the output this goes */ }; typedef struct keydef KEYDEF; |