> On Nov. 6, 2014, 9:33 p.m., Kapil Arya wrote: > > src/authentication/authenticatee.hpp, line 36 > > <https://reviews.apache.org/r/27493/diff/2/?file=751526#file751526line36> > > > > Do we need a newline here?
Heh, initially I was about to answer by a snipy "why would we?" - especially cause I am not a big fan of such rule. Then I double checked a few other headers and it turns out that you are perfectly right; our style commonly dictates newlines even on trivial constructer/destructor definitions. There are certainly many exceptions in our codebase but it appears it is definitely more common that way. Thanks for making me aware! - Till ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27493/#review60244 ----------------------------------------------------------- On Nov. 6, 2014, 10:33 a.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27493/ > ----------------------------------------------------------- > > (Updated Nov. 6, 2014, 10:33 a.m.) > > > Review request for mesos, Adam B, Kapil Arya, and Vinod Kone. > > > Bugs: MESOS-2001 > https://issues.apache.org/jira/browse/MESOS-2001 > > > Repository: mesos-git > > > Description > ------- > > see summary. > > > Diffs > ----- > > src/Makefile.am 9ab3b9c > src/authentication/authenticatee.hpp PRE-CREATION > src/authentication/cram_md5/authenticatee.hpp 3088a77 > src/examples/test_authentication_modules.cpp PRE-CREATION > src/examples/test_authenticator_module.cpp 4398d71 > src/module/authenticatee.hpp PRE-CREATION > src/module/manager.cpp 0d71e33 > > Diff: https://reviews.apache.org/r/27493/diff/ > > > Testing > ------- > > make check > > Note: All three CRAM-MD5 Authenticatee patches need to get applied before > running make check! > > > Thanks, > > Till Toenshoff > >
