-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat comments globally to avoid trailing ones
Issue #364 (bdwgc). All comments are now placed either in front of the documented entity or stay on the same line. * allchblk.c: Move comments that follow the entity up to precede it; reformat comments. * alloc.c: Likewise. * backgraph.c: Likewise. * blacklst.c: Likewise. * checksums.c: Likewise. * cord/cordbscs.c: Likewise. * cord/cordprnt.c: Likewise. * cord/cordxtra.c: Likewise. * cord/tests/de.c: Likewise. * cord/tests/de_cmds.h: Likewise. * cord/tests/de_win.c: Likewise. * cord/tests/de_win.h: Likewise. * darwin_stop_world.c: Likewise. * dbg_mlc.c: Likewise. * dyn_load.c: Likewise. * extra/msvc_dbg.c: Likewise. * extra/real_malloc.c: Likewise. * extra/symbian.cpp: Likewise. * finalize.c: Likewise. * fnlz_mlc.c: Likewise. * gc_dlopen.c: Likewise. * gcj_mlc.c: Likewise. * headers.c: Likewise. * include/gc/cord_pos.h: Likewise. * include/gc/gc.h: Likewise. * include/gc/gc_cpp.h: Likewise. * include/gc/gc_gcj.h: Likewise. * include/gc/gc_inline.h: Likewise. * include/gc/gc_mark.h: Likewise. * include/gc/gc_typed.h: Likewise. * include/private/dbg_mlc.h: Likewise. * include/private/gc_hdrs.h: Likewise. * include/private/gc_locks.h: Likewise. * include/private/gc_pmark.h: Likewise. * include/private/gc_priv.h: Likewise. * include/private/gcconfig.h: Likewise. * include/private/pthread_support.h: Likewise. * include/private/specific.h: Likewise. * include/private/thread_local_alloc.h: Likewise. * mach_dep.c: Likewise. * malloc.c: Likewise. * mallocx.c: Likewise. * mark.c: Likewise. * mark_rts.c: Likewise. * misc.c: Likewise. * new_hblk.c: Likewise. * obj_map.c: Likewise. * os_dep.c: Likewise. * pthread_start.c: Likewise. * pthread_stop_world.c: Likewise. * pthread_support.c: Likewise. * ptr_chck.c: Likewise. * reclaim.c: Likewise. * specific.c: Likewise. * tests/cpp.cc: Likewise. * tests/disclaim.c: Likewise. * tests/gctest.c: Likewise. * tests/initfromthread.c: Likewise. * tests/leak.c: Likewise. * tests/middle.c: Likewise. * tests/staticroots.c: Likewise. * tests/subthreadcreate.c: Likewise. * tests/threadkey.c: Likewise. * tests/threadleak.c: Likewise. * tests/weakmap.c: Likewise. * thread_local_alloc.c: Likewise. * tools/if_not_there.c: Likewise. * typd_mlc.c: Likewise. * win32_threads.c: Likewise. * extra/AmigaOS.c: Delete multiple "*" sequences (star-lines) in comments. * gc_cpp.cc: Likewise. * include/gc/gc_cpp.h: Likewise. * include/private/gc_priv.h: Likewise. * include/gc/gc_cpp.h: Change "clean-up" to "cleanup" in comments. * tests/cpp.cc: Likewise. * include/gc/gc_cpp.h: Convert C-style comments to C++ ones. * tests/cpp.cc: Likewise.
- Loading branch information
Showing
72 changed files
with
3,387 additions
and
3,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.