[Libreoffice] [PATCH] Code cleanup: ( () ) replaced by (())
Lubos Lunak
l.lunak at suse.cz
Thu Jan 26 07:51:05 PST 2012
On Thursday 26 of January 2012, Alexander Bergmann wrote:
> - RTTI() SAL_THROW( () );
> - ~RTTI() SAL_THROW( () );
> + RTTI() SAL_THROW(());
> + ~RTTI() SAL_THROW(());
What is the reason for changes like this? This looks like just a stylistic
change that's entirely a matter of taste and IMO it's not worth to affect git
blame by things like this.
--
Lubos Lunak
l.lunak at suse.cz
More information about the LibreOffice
mailing list