oaken-source / graprof

a profiling and trace analysis tool - see the website for downloads and additional information
http://graprof.grapentin.org
GNU General Public License v3.0
13 stars 1 forks source link

Replace empty function parameter lists by a void list #5

Closed stefanbeller closed 11 years ago

stefanbeller commented 11 years ago

In pure C, empty brackets in the function declaration doesn't mean no parameters, but unspecified parameters. Make clear, we don't accept any parameters.

I also accidentally removed trailing whitespaces. I am not sure whether this is desired, but I personally do not like spaces after the text. Hence my editor removes them by default.

Signed-off-by: Stefan Beller stefanbeller@googlemail.com

oaken-source commented 11 years ago

This is correct, Thanks!