Home
last modified time | relevance | path

Searched refs:NoEmptyLines (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/Format/
DFormatTest.cpp8084 FormatStyle NoEmptyLines = getLLVMStyleWithColumns(80); in TEST_F() local
8085 NoEmptyLines.MaxEmptyLinesToKeep = 0; in TEST_F()
8087 format("int i=a(\n\n b(\n\n\n )\n\n);", NoEmptyLines)); in TEST_F()