change comment style to old-style (#513)

Following the README.md guidelines,

    "Comments must be written in the old-style"

the comment is changed to the old style.

Fix By: Nikolaos Chatzikonstantinou (@createyourpersonalaccount)
pull/515/head
Nikolaos Chatzikonstantinou 2 years ago committed by GitHub
parent 4263479e70
commit 87002e39b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/lib/ares_data.h

@ -78,4 +78,4 @@ struct ares_data {
void *ares_malloc_data(ares_datatype type);
#endif // __ARES_DATA_H
#endif /* __ARES_DATA_H */

Loading…
Cancel
Save