projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e397eb5
)
docs: fix typo
author
Simon Schricker
<sschricker@suse.de>
Tue, 30 Jul 2019 06:00:21 +0000
(08:00 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 30 Jul 2019 06:44:05 +0000
(08:44 +0200)
docs/CODING_STYLE.md
patch
|
blob
|
history
diff --git
a/docs/CODING_STYLE.md
b/docs/CODING_STYLE.md
index
bf7ba3e
..
3b9b5e6
100644
(file)
--- a/
docs/CODING_STYLE.md
+++ b/
docs/CODING_STYLE.md
@@
-236,7
+236,7
@@
title: Coding Style
p = foobar_unref(p);
```
- which will always work regardless if `p` is initialized or not,
x
and
+ which will always work regardless if `p` is initialized or not, and
guarantees that `p` is `NULL` afterwards, all in just one line.
## Error Handling