Bug 10560 - Code-Cleanup: function declarations () -> (void)
Summary: Code-Cleanup: function declarations () -> (void)
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: All All
: medium enhancement
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: janitor
Depends on:
Blocks:
 
Reported: 2007-04-07 03:48 UTC by Stefan Huehner
Modified: 2007-04-09 14:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Cleanup patch () -> (void) (13.92 KB, patch)
2007-04-07 03:50 UTC, Stefan Huehner
no flags Details | Splinter Review

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.