[Kde-pim] Review Request 110220: Change the One-Line-If-Statement(s)
Volker Krause
vkrause at kde.org
Sun Jul 28 09:32:42 BST 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110220/#review36635
-----------------------------------------------------------
Ship it!
Ship It!
- Volker Krause
On April 27, 2013, 4:42 p.m., Guy Maurel wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/110220/
> -----------------------------------------------------------
>
> (Updated April 27, 2013, 4:42 p.m.)
>
>
> Review request for KDEPIM-Libraries and Volker Krause.
>
>
> Description
> -------
>
> According the discussion in Berlin KDEPIM-Meeting and http://techbase.kde.org/Policies/Kdepim_Coding_Style#Migration
> I change the One-Line-If such as:
> if ( a > b ) c = 123;
> to a block:
> if ( a > b ) {
> c = 123;
> }
>
>
> Diffs
> -----
>
> akonadi/item.h 9aa4012
> akonadi/socialutils/socialfeeditem.cpp 722536c
>
> Diff: http://git.reviewboard.kde.org/r/110220/diff/
>
>
> Testing
> -------
>
> Tested for CMAKE_BUILD_TYPE "release" and "debug" with http://techbase.kde.org/Policies/Kdepim_Coding_Style#Check_the_assembler_files
>
>
> Thanks,
>
> Guy Maurel
>
>
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list