~ubuntu-branches/ubuntu/saucy/kdevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to formatters/astyle/lib/ASResource.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-09-10 08:23:02 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20120910082302-o52tqtf27wc1dakk
Tags: 4:4.3.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
        headers->push_back(&AS_TRY);
234
234
        headers->push_back(&AS_CATCH);
235
235
 
 
236
        if (fileType == C_TYPE)
 
237
        {
 
238
                // see: https://git.reviewboard.kde.org/r/106032
 
239
                headers->push_back(&AS_FOREACH);
 
240
        }
 
241
 
236
242
        if (fileType == JAVA_TYPE)
237
243
        {
238
244
                headers->push_back(&AS_FINALLY);