Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
3b1deec7
Commit
3b1deec7
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Fix source code alignment.
parent
43986d80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_util.h
View file @
3b1deec7
...
...
@@ -49,7 +49,7 @@ void pcdiAssert ( bool, const char *, const char *, int );
#define xassert(arg) do { \
if ((arg)) { \
} else { \
pcdiAssert(0, __FILE__, __func__, __LINE__ ); \
pcdiAssert(0, __FILE__, __func__, __LINE__ );
\
} \
} while(0)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment