aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2019-09-14 14:45:46 -0400
committerJason Merrill <jason@gcc.gnu.org>2019-09-14 14:45:46 -0400
commit62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc (patch)
treedcbd63867c60930618f0bd24a26709bb8da7bebb /gcc/cp/class.c
parent603a4ad49978d2a967a1996ac626531200553715 (diff)
downloadgcc-62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc.zip
gcc-62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc.tar.gz
gcc-62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc.tar.bz2
Formatting and comment syntax adjustments.
From-SVN: r275717
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 20cfd10..a8332ab 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -4605,7 +4605,7 @@ build_clone (tree fn, tree name)
}
else
{
- // Clone constraints.
+ /* Clone constraints. */
if (flag_concepts)
if (tree ci = get_constraints (fn))
set_constraints (clone, copy_node (ci));