Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/os/unix
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2016-03-30 11:52:16 +0300
committerRuslan Ermilov <ru@nginx.com>2016-03-30 11:52:16 +0300
commit7ad57da59821294255610545b2b5ce07e74124a5 (patch)
tree91bb44ad5950b703d0f49a8744f0b9b08cf29f11 /src/os/unix
parentdfbc51a8cc850154fe8839408f32c7e322f5cdf0 (diff)
Style.
Diffstat (limited to 'src/os/unix')
-rw-r--r--src/os/unix/ngx_atomic.h20
-rw-r--r--src/os/unix/ngx_channel.h8
-rw-r--r--src/os/unix/ngx_sunpro_amd64.il6
-rw-r--r--src/os/unix/ngx_sunpro_x86.il6
4 files changed, 20 insertions, 20 deletions
diff --git a/src/os/unix/ngx_atomic.h b/src/os/unix/ngx_atomic.h
index 417cd86ff..74b8b7f84 100644
--- a/src/os/unix/ngx_atomic.h
+++ b/src/os/unix/ngx_atomic.h
@@ -276,26 +276,26 @@ typedef volatile ngx_atomic_uint_t ngx_atomic_t;
static ngx_inline ngx_atomic_uint_t
ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,
- ngx_atomic_uint_t set)
+ ngx_atomic_uint_t set)
{
- if (*lock == old) {
- *lock = set;
- return 1;
- }
+ if (*lock == old) {
+ *lock = set;
+ return 1;
+ }
- return 0;
+ return 0;
}
static ngx_inline ngx_atomic_int_t
ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
{
- ngx_atomic_int_t old;
+ ngx_atomic_int_t old;
- old = *value;
- *value += add;
+ old = *value;
+ *value += add;
- return old;
+ return old;
}
#define ngx_memory_barrier()
diff --git a/src/os/unix/ngx_channel.h b/src/os/unix/ngx_channel.h
index d7a9f6b54..362cc649a 100644
--- a/src/os/unix/ngx_channel.h
+++ b/src/os/unix/ngx_channel.h
@@ -15,10 +15,10 @@
typedef struct {
- ngx_uint_t command;
- ngx_pid_t pid;
- ngx_int_t slot;
- ngx_fd_t fd;
+ ngx_uint_t command;
+ ngx_pid_t pid;
+ ngx_int_t slot;
+ ngx_fd_t fd;
} ngx_channel_t;
diff --git a/src/os/unix/ngx_sunpro_amd64.il b/src/os/unix/ngx_sunpro_amd64.il
index dc454b20b..07f32103b 100644
--- a/src/os/unix/ngx_sunpro_amd64.il
+++ b/src/os/unix/ngx_sunpro_amd64.il
@@ -38,6 +38,6 @@
/
/ ld.so.1: nginx: fatal: hardware capability unsupported: 0x2000 [ PAUSE ]
- .inline ngx_cpu_pause,0
- rep; nop
- .end
+ .inline ngx_cpu_pause,0
+ rep; nop
+ .end
diff --git a/src/os/unix/ngx_sunpro_x86.il b/src/os/unix/ngx_sunpro_x86.il
index fd1cc0049..d7e127cc4 100644
--- a/src/os/unix/ngx_sunpro_x86.il
+++ b/src/os/unix/ngx_sunpro_x86.il
@@ -39,6 +39,6 @@
/
/ ld.so.1: nginx: fatal: hardware capability unsupported: 0x2000 [ PAUSE ]
- .inline ngx_cpu_pause,0
- rep; nop
- .end
+ .inline ngx_cpu_pause,0
+ rep; nop
+ .end