diff options
Diffstat (limited to 'tools/aapt2/Debug.cpp')
-rw-r--r-- | tools/aapt2/Debug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/Debug.cpp b/tools/aapt2/Debug.cpp index 08efc276fe86..0f6fb50aba48 100644 --- a/tools/aapt2/Debug.cpp +++ b/tools/aapt2/Debug.cpp @@ -218,6 +218,7 @@ class ValueBodyPrinter : public ConstValueVisitor { if (attr.id) { printer_->Print(attr.id.value().to_string()); } + printer_->Println(); } } |