Fix some DDMS stuff I'd broken, and fix HexDump's double-spacing.
Change-Id: I6583458a818406197744cc640b0993f73cfd5384
diff --git a/src/debugger.h b/src/debugger.h
index 0aa2c83..35ef619 100644
--- a/src/debugger.h
+++ b/src/debugger.h
@@ -238,6 +238,7 @@
static bool DdmHandlePacket(const uint8_t* buf, int dataLen, uint8_t** pReplyBuf, int* pReplyLen);
static void DdmConnected();
static void DdmDisconnected();
+ static void DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes);
static void DdmSendChunk(uint32_t type, size_t len, const uint8_t* buf);
static void DdmSendChunkV(uint32_t type, const struct iovec* iov, int iovcnt);