[Webkit-unassigned] [Bug 103605] New: [EFL] Coding style in cmake files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 23:35:49 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103605

           Summary: [EFL] Coding style in cmake files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: halton.huo at gmail.com
                CC: demarchi at webkit.org


The coding style in cmake files under Source/cmake/ are different, for example, indent mix used 2-space 4-space.

After I check existing cmake files, most cmake files are following:
* 4-space as indent, no TAB
* Uppercase and no space when call macros: MESSAGE("testing")
* 1-space after condition clause: IF (), ELSE (), ENDIf(), FOREACH ()
* 1-space after macro definition: MACRO (), ENDMACRO ()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list