• Noel Grandin's avatar
    remove unnecessary use of void in function declarations · 71b80995
    Noel Grandin yazdı
    ie.
        void f(void);
    becomes
        void f();
    
    I used the following command to make the changes:
    
      git grep -lP '\(\s*void\s*\)' -- *.cxx \
        | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
    
    and ran it for both .cxx and .hxx files.
    
    Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
    71b80995
Adı
Son kayıt (commit)
Son güncelleme
..
pch Loading commit data...
ByteChucker.hxx Loading commit data...
ByteGrabber.hxx Loading commit data...
CRC32.hxx Loading commit data...
EncryptedDataHeader.hxx Loading commit data...
EncryptionData.hxx Loading commit data...
HashMaps.hxx Loading commit data...
PackageConstants.hxx Loading commit data...
ZipEntry.hxx Loading commit data...
ZipEnumeration.hxx Loading commit data...
ZipFile.hxx Loading commit data...
ZipOutputEntry.hxx Loading commit data...
ZipOutputStream.hxx Loading commit data...
ZipPackage.hxx Loading commit data...
ZipPackageBuffer.hxx Loading commit data...
ZipPackageEntry.hxx Loading commit data...
ZipPackageFolder.hxx Loading commit data...
ZipPackageStream.hxx Loading commit data...
mutexholder.hxx Loading commit data...
zipfileaccess.hxx Loading commit data...