Removed tabs; output code as int.
This commit is contained in:
parent
eb35635b77
commit
d453e577ce
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue