PageRenderTime 52ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/output/cpp/33016-indent.cpp

http://github.com/bengardner/uncrustify
C++ | 20 lines | 12 code | 4 blank | 4 comment | 0 complexity | 2bda8ce5c583af49955da5d6cb3153f9 MD5 | raw file
Possible License(s): GPL-2.0
  1. int a ()
  2. {
  3. double a_very_long_variable = test (foobar1,
  4. foobar5);
  5. //3456789=123456789=123456789=123456789=
  6. double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
  7. asdfasdfasdf - asdfasdf + 56598;
  8. //3456789=123456789=123456789=123456789=
  9. a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
  10. asdfasdfasdf - asdfasdf + 56598;
  11. //3456789=123456789=123456789=123456789=
  12. testadsfa (dfasdf,
  13. aaafsdfa);
  14. //3456789=123456789=123456789=123456789=
  15. return 0;
  16. }