KWStyle - issues_indentation-1.cpp
 
Matrix View
Description

1 bool Foo::check()
2 {
3
4   if(m_y != NULL)
5     free(m_y);
6
7   if(m_x)
8 IND ****free(m_x);
9   if(m_dataIn == NULL)
10   {
11     printf("dataIn == NULL \n");
12 IND **}
13   if(errorOccured())
14 IND ****return false;
15
16   m_time = m_dataIn->getTime();
17
18   if(checkData(m_dataIn))
19 IND **{
20     reportError(-1);
21     return false;
22 IND **}
23
24   return true;
25 }
26
27

Generated by KWStyle 1.0b on Friday March,26 at 03:08:41PM
© Kitware Inc.