Skip to content

Commit 4e33199

Browse files
committed
betty style: 2-mul
1 parent 6917bda commit 4e33199

File tree

1 file changed

+1
-1
lines changed
  • 0x04-more_functions_nested_loops

1 file changed

+1
-1
lines changed

0x04-more_functions_nested_loops/2-mul.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111
int mul(int a, int b)
1212
{
13-
return a * b;
13+
return (a * b);
1414
}

0 commit comments

Comments
 (0)