From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Wed, 6 Feb 2019 16:04:18 -0700 Subject: [PATCH] nvme-cli: align all the macros In-Reply-To: <20190206225956.4235-1-chaitanya.kulkarni@wdc.com> References: <20190206225956.4235-1-chaitanya.kulkarni@wdc.com> Message-ID: <20190206230418.GA30221@localhost.localdomain> On Wed, Feb 06, 2019@02:59:56PM -0800, Chaitanya Kulkarni wrote: > Due to the addition of a lot of code in the WDC Plugin over a period > of time it has non-aligned macro definitions. This is purely cleanup > patch which makes all the macros aligned nicely which makes code > readable. > > Signed-off-by: Chaitanya Kulkarni Applied, thanks!