Bug 10560

Summary: Code-Cleanup: function declarations () -> (void)
Product: xorg Reporter: Stefan Huehner <stefan>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: enhancement    
Priority: medium Keywords: janitor
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Cleanup patch () -> (void) none

Description Stefan Huehner 2007-04-07 03:48:57 UTC
Hi,

attached patch cleans up a lot of K&R style function declarations. For easier reviewing this part only contains functions which have no parameters and converts these from () to (void).
Comment 1 Stefan Huehner 2007-04-07 03:50:25 UTC
Created attachment 9511 [details] [review]
Cleanup patch () -> (void)
Comment 2 Alan Coopersmith 2007-04-09 14:35:51 UTC
Thanks.   Patch committed to git master:

commit 1f6741db19d4c91b1eacb497dff1814acb1bf0c3
Author: Stefan Huehner <stefan@huehner.org>
Date:   Mon Apr 9 14:33:15 2007 -0700

    Bug #10560: Code-Cleanup: function declarations () -> (void)
    
    X.Org Bugzilla #10560: <https://bugs.freedesktop.org/show_bug.cgi?id=10560>
    Patch #9511 <https://bugs.freedesktop.org/attachment.cgi?id=9511>

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.