aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/blanklinesAfterComment.formatted.qml
blob: 071e3bc69f74fe71516d9a3262eabe668c224ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* comment with spaces   */

/*
  another comment
      */
//

// another comment /*test  */

import QtQml

QtObject {}