storage: Run clang-format am: 526de74396 Original change: https://android-review.googlesource.com/c/trusty/lib/+/3518110 Change-Id: I02f3e6d03d73261c5d29777964260e5bbe5d39e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/interface/storage/include/interface/storage/storage.h b/interface/storage/include/interface/storage/storage.h index 52c620f..2e86681 100644 --- a/interface/storage/include/interface/storage/storage.h +++ b/interface/storage/include/interface/storage/storage.h
@@ -194,23 +194,25 @@ /** * enum storage_msg_flag - protocol-level flags in struct storage_msg * @STORAGE_MSG_FLAG_BATCH: if set, command belongs to a batch - * transaction. No response will be sent by - * the server until it receives a command - * with this flag unset, at which point a - * cumulative result for all messages sent - * with STORAGE_MSG_FLAG_BATCH will be - * sent. This is only supported by the + * transaction. No response will be + * sent by the server until it receives + * a command with this flag unset, at + * which point a cumulative result for + * all messages sent with + * STORAGE_MSG_FLAG_BATCH will be sent. + * This is only supported by the * non-secure disk proxy server. - * @STORAGE_MSG_FLAG_PRE_COMMIT: if set, indicates that server need to - * commit pending changes before processing - * this message. - * @STORAGE_MSG_FLAG_POST_COMMIT: if set, indicates that server need to - * commit pending changes after processing - * this message. - * @STORAGE_MSG_FLAG_TRANSACT_COMPLETE: if set, indicates that server need to - * commit current transaction after - * processing this message. It is an alias - * for STORAGE_MSG_FLAG_POST_COMMIT. + * @STORAGE_MSG_FLAG_PRE_COMMIT: if set, indicates that server need + * to commit pending changes before + * processing this message. + * @STORAGE_MSG_FLAG_POST_COMMIT: if set, indicates that server need + * to commit pending changes after + * processing this message. + * @STORAGE_MSG_FLAG_TRANSACT_COMPLETE: if set, indicates that server need + * to commit current transaction after + * processing this message. It is an + * alias for + * STORAGE_MSG_FLAG_POST_COMMIT. * @STORAGE_MSG_FLAG_PRE_COMMIT_CHECKPOINT: if set, indicates that server needs * to ensure that there is not a * pending checkpoint for the