Removed tabs; output code as int.

This commit is contained in:
Florian Pose 2022-09-01 13:43:22 +02:00
parent eb35635b77
commit d453e577ce
1 changed files with 23 additions and 25 deletions

View File

@ -1,8 +1,6 @@
/*****************************************************************************
*
* $Id$
*
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
* Copyright (C) 2006-2022 Florian Pose, Ingenieurgemeinschaft IgH
*
* This file is part of the IgH EtherCAT Master.
*
@ -115,7 +113,7 @@ size_t DataTypeHandler::interpretAsType(
str.exceptions(ios::failbit);
#if DEBUG
cerr << "code=" << type->code << endl;
cerr << "code=" << (int) type->code << endl;
#endif
switch (type->code) {