[Kde-pim] Review Request 114839: Coding Style for smsdialog.h
Gene Heskett
gheskett at wdtv.com
Fri Jan 3 18:37:53 GMT 2014
On Friday 03 January 2014 13:35:41 Guy Maurel did opine:
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/114839/
> -----------------------------------------------------------
>
> Review request for KDEPIM-Libraries, Kevin Krammer and Laurent Montel.
>
>
> Repository: kdepimlibs
>
>
> Description
> -------
>
> # Using:
> astyle \
> --indent=spaces --max-instatement-indent=80 --indent-cases \
> --pad-header --pad-oper --unpad-paren \
> --align-pointer=name --align-reference=name \
> --max-instatement-indent=80 \
> $1
> #
> # correct the SIGNAL and SLOT macros:
> normalize --modify $1
> #
> # change " & " to " &"
> gawk -f ${DIR}/Change-spaceANDspace.awk $1 > $1-a
> mv $1-a $1
> #
> # delete one line if two empties lines are present
> gawk -f ${DIR}/Twice-change.awk $1 > $1-a
> mv $1-a $1
> #
> # delete first/last empty line(s)
> gawk -f ${DIR}/First-change.awk ${WHERE} > ${WHERE}-c
> mv ${WHERE}-c ${WHERE}
>
>
> Diffs
> -----
>
> akonadi/contact/actions/smsdialog.h f2f8d4e
>
> Diff: https://git.reviewboard.kde.org/r/114839/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Guy Maurel
I just got 16 of these. Like Lawrence Welks bubble machine. Intended?
Or do I have a fetchmail vs server problem?
> _______________________________________________
> 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/
Cheers, Gene
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>
"He was a modest, good-humored boy. It was Oxford that made him
insufferable."
A pen in the hand of this president is far more
dangerous than 200 million guns in the hands of
law-abiding citizens.
_______________________________________________
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