Updated formatting with clang-format
diff --git a/verible/verilog/formatting/tree-unwrapper.cc b/verible/verilog/formatting/tree-unwrapper.cc index 0d84f4d..26b1ac6 100644 --- a/verible/verilog/formatting/tree-unwrapper.cc +++ b/verible/verilog/formatting/tree-unwrapper.cc
@@ -3206,7 +3206,8 @@ // Compiler directives (DR_* tokens) that don't have parent nodes VLOG(4) << "handling compiler directive leaf token"; StartNewUnwrappedLine(PartitionPolicyEnum::kFitOnLineElseExpand, &leaf); - // Only unindent if at top level (context is empty) or inside preprocessor clauses + // Only unindent if at top level (context is empty) or inside preprocessor + // clauses if (Context().empty() || IsPreprocessorClause(NodeEnum(Context().top().Tag().tag))) { CurrentUnwrappedLine().SetIndentationSpaces(0);