summaryrefslogtreecommitdiff
path: root/rpmio/rpmglob.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2017-02-27 17:37:18 +0200
committerPanu Matilainen <pmatilai@redhat.com>2017-02-27 17:41:37 +0200
commit3b1f4b0c6c9407b08620a5756ce422df10f6bd1a (patch)
tree0f20d3f594cf8c33475e27e87c343cbd49b08e38 /rpmio/rpmglob.c
parent75107a04f0d2926a5fe5140ac1fb2847c79c7c2b (diff)
downloadrpm-3b1f4b0c6c9407b08620a5756ce422df10f6bd1a.tar.gz
Cosmetics: if, while and switch are followed by a space
The missing space style-error has been recently coming common enough somebody might think that IS the expected style, its not. Some of these are actually very old, but fix across the board for consistency.. Strictly white-space only change.
Diffstat (limited to 'rpmio/rpmglob.c')
-rw-r--r--rpmio/rpmglob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmglob.c b/rpmio/rpmglob.c
index 4b45c149d..da5493d75 100644
--- a/rpmio/rpmglob.c
+++ b/rpmio/rpmglob.c
@@ -953,7 +953,7 @@ exit:
int rpmIsGlob(const char * pattern, int quote)
{
- if(!__glob_pattern_p(pattern, quote)) {
+ if (!__glob_pattern_p(pattern, quote)) {
const char *begin;
const char *next;