mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
MozReview-Commit-ID: IWxzKfWNIHG --HG-- extra : rebase_source : d2bd65c66541e5d6e8d5cc721b117f0a3e7716e8
5 lines
65 B
C++
5 lines
65 B
C++
// modernize-redundant-void-arg
|
|
|
|
int foo(void) {
|
|
return 0;
|
|
}
|