From: Martin Liska Date: Tue, 30 May 2017 07:16:04 +0000 (+0200) Subject: Fix coding style. X-Git-Tag: upstream/12.2.0~39187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a582436140d3d79d43a5af27ba1601d16e3a51f8;p=platform%2Fupstream%2Fgcc.git Fix coding style. 2017-05-30 Martin Liska * predict.def: Fix GNU coding style. From-SVN: r248599 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e0349b..d969004 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-30 Martin Liska + + * predict.def: Fix GNU coding style. + 2017-05-29 Max Filippov * config/xtensa/xtensa.c (xtensa_initial_elimination_offset): diff --git a/gcc/predict.def b/gcc/predict.def index e96be12..fcda6c4 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -194,12 +194,13 @@ DEF_PREDICTOR (PRED_FORTRAN_OVERFLOW, "Fortran overflow", PROB_ALWAYS, of memory. This predictor only occurs when the user explicitly asked for a return status. By default, the code aborts, which is handled via PRED_NORETURN. */ -DEF_PREDICTOR (PRED_FORTRAN_FAIL_ALLOC, "Fortran fail alloc", PROB_VERY_LIKELY, 0) +DEF_PREDICTOR (PRED_FORTRAN_FAIL_ALLOC, "Fortran fail alloc", + PROB_VERY_LIKELY, 0) /* Predictor is used for an allocation of an already allocated memory or deallocating an already deallocated allocatable. */ -DEF_PREDICTOR (PRED_FORTRAN_REALLOC, \ - "Fortran repeated allocation/deallocation", PROB_LIKELY, 0) +DEF_PREDICTOR (PRED_FORTRAN_REALLOC, "Fortran repeated allocation/deallocation", + PROB_LIKELY, 0) /* Branch leading to an I/O failure status are unlikely. This predictor is used for I/O failures such as for invalid unit numbers. This predictor