[PUSHED,3/3] Formatting fix
Checks
| Context |
Check |
Description |
| linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap |
fail
|
Patch failed to apply
|
| linaro-tcwg-bot/tcwg_simplebootstrap_build--master-arm-bootstrap |
fail
|
Patch failed to apply
|
Commit Message
gcc/ChangeLog:
* profile.cc (coverage_instrumentation_p): Put return type on
separate line.
---
gcc/profile.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -2071,7 +2071,8 @@ end_branch_prob (void)
/* Return true if any cfg coverage/profiling is enabled; -fprofile-arcs
-fcondition-coverage -fpath-coverage. */
-bool coverage_instrumentation_p ()
+bool
+coverage_instrumentation_p ()
{
return profile_arc_flag || condition_coverage_flag || path_coverage_flag;
}