Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git.practice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vanja Vlasov
git.practice
Commits
2c0ee37e
Commit
2c0ee37e
authored
8 years ago
by
Sylvain Arreckx
Browse files
Options
Downloads
Patches
Plain Diff
change indentation and add a ;
parent
a57d81fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
firstCommit/addTwoNumbers.m
+1
-1
1 addition, 1 deletion
firstCommit/addTwoNumbers.m
secondCommit/multiplyTwoNumbers.m
+1
-1
1 addition, 1 deletion
secondCommit/multiplyTwoNumbers.m
with
2 additions
and
2 deletions
firstCommit/addTwoNumbers.m
+
1
−
1
View file @
2c0ee37e
function
c
=
addTwoNumbers
(
a
,
b
)
% addTwoNumbers(a, b) returns the sum of a and b
%
c = a + b
% c = a + b
;
end
This diff is collapsed.
Click to expand it.
secondCommit/multiplyTwoNumbers.m
+
1
−
1
View file @
2c0ee37e
function
c
=
multiplyTwoNumbers
(
a
,
b
)
% multiplyTwoNumbers(a, b) returns the product of a and b
%
c = a * b
% c = a * b
;
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment