Skip to content

Commit

Permalink
Whitespace clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Sep 23, 2012
1 parent 28d84d3 commit 77dc1ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/stk500.erl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ open(Dev, Opt) ->
lflag = 0,
cflag = serctl:constant(cs8)
bor serctl:constant(clocal)
bor serctl:constant(cread),
bor serctl:constant(cread),

cc = lists:foldl(
fun({Offset, Val}, Bin) ->
Expand Down
10 changes: 5 additions & 5 deletions test/stk500_tests.erl
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
%% Copyright (c) 2012, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%%
%% Redistribution and use in source and binary forms, with or without
%% modification, are permitted provided that the following conditions
%% are met:
%%
%%
%% Redistributions of source code must retain the above copyright
%% notice, this list of conditions and the following disclaimer.
%%
%%
%% Redistributions in binary form must reproduce the above copyright
%% notice, this list of conditions and the following disclaimer in the
%% documentation and/or other materials provided with the distribution.
%%
%%
%% Neither the name of the author nor the names of its contributors
%% may be used to endorse or promote products derived from this software
%% without specific prior written permission.
%%
%%
%% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
%% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
%% LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
Expand Down

0 comments on commit 77dc1ef

Please sign in to comment.