Re: [dev] [sbase][patch] test: style fixes
On Wed, Feb 25, 2015 at 09:04:09AM -0800, Evan Gates wrote: > came up on IRC, use return with a NOTREACHED comment instead of comma operator > also typedef Test > -emg Applied, cheers :)
[dev] [sbase][patch] test: style fixes
came up on IRC, use return with a NOTREACHED comment instead of comma operator also typedef Test -emg From 6cdfb37982fe7c9d4ead731f2b5aad67ca92821c Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Wed, 25 Feb 2015 09:01:20 -0800 Subject: [PATCH] re-typedef Test, use NOTREACHED comment instead of co