From 6a1adef5f9334007549c1ce25eeb2a1284e4886f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 6 Apr 2017 14:48:13 +0200 Subject: [PATCH] whitespace cleanup --- protob/messages.proto | 12 ++++++------ protob/types.proto | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/protob/messages.proto b/protob/messages.proto index 981a5a11fa..a01d853607 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -528,7 +528,7 @@ message CipheredKeyValue { ////////////////////////////////// /** - * Request: Estimated size of the transaction + * Request: Estimated size of the transaction * This behaves exactly like SignTx, which means that it can ask using TxRequest * This call is non-blocking (except possible PassphraseRequest to unlock the seed) * @next TxSize @@ -694,7 +694,7 @@ message GetECDHSessionKey { * @prev GetECDHSessionKey */ message ECDHSessionKey { - optional bytes session_key = 1; // ECDH session key + optional bytes session_key = 1; // ECDH session key } /////////////////// @@ -799,8 +799,8 @@ message DebugLinkMemory { } /** - * Request: Write memory to device. WARNING: Writing to the wrong - * location can irreparably break the device. + * Request: Write memory to device. + * WARNING: Writing to the wrong location can irreparably break the device. */ message DebugLinkMemoryWrite { optional uint32 address = 1; @@ -809,8 +809,8 @@ message DebugLinkMemoryWrite { } /** - * Request: Erase block of flash on device. WARNING: Writing to the wrong - * location can irreparably break the device. + * Request: Erase block of flash on device + * WARNING: Writing to the wrong location can irreparably break the device. */ message DebugLinkFlashErase { optional uint32 sector = 1; diff --git a/protob/types.proto b/protob/types.proto index 2bb8cf0cf7..fccedb2055 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -191,7 +191,7 @@ message TxInputType { optional uint32 sequence = 5 [default=0xffffffff]; // sequence optional InputScriptType script_type = 6 [default=SPENDADDRESS]; // defines template of input script optional MultisigRedeemScriptType multisig = 7; // Filled if input is going to spend multisig tx - optional uint64 amount = 8; // amount of previous transaction output (for segwit only) + optional uint64 amount = 8; // amount of previous transaction output (for segwit only) } /**