Small style fix '=' -> ' = '

This commit is contained in:
Nick Sayer 2000-05-11 20:15:16 +00:00
parent be5ff4439f
commit f6c7a9efb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60401

View file

@ -130,7 +130,7 @@ main(argc, argv)
break;
case 'e':
eflag = 1;
temp_arg=xmalloc(strlen(optarg) + 2);
temp_arg = xmalloc(strlen(optarg) + 2);
strcpy(temp_arg, optarg);
strcat(temp_arg, "\n");
add_compunit(CU_STRING, temp_arg);