~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/tokenize.h

Fixed a style variance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    }
46
46
    else
47
47
    {
48
 
      if(pos != lastPos || not trimEmpty)
 
48
      if (pos != lastPos || not trimEmpty)
49
49
        tokens.push_back(typename ContainerT::value_type(str.data()+lastPos,
50
50
                                                         static_cast<typename ContainerT::value_type::size_type>(pos)-lastPos));
51
51
    }