OSDN Git Service

*** empty log message ***
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 8 Jul 2006 14:19:59 +0000 (14:19 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 8 Jul 2006 14:19:59 +0000 (14:19 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1721 1a406e8e-add9-4483-a2c8-d8cac5b7c224

include/chxj_tag_util.h
src/chxj_img_conv_format.c
src/chxj_jhtml.c
src/chxj_qr_code.c

index a1c5664..8ca9777 100644 (file)
@@ -72,7 +72,10 @@ extern char* qs_get_selected_value_text(
   Node*        node, 
   request_rec* r);
 
-extern char* qs_get_selected_value(Doc* doc, Node* node, request_rec* r);
+extern char* qs_get_selected_value(
+  Doc*  doc, 
+  Node* node,
+  request_rec* r);
 
 extern char* qs_alloc_zero_byte_string(request_rec* r);
 extern char* qs_trim_string(request_rec* r, char* s);
index 98ae718..4f04217 100644 (file)
@@ -205,11 +205,11 @@ static MagickWand* s_add_copyright(
                           request_rec* r,
                           device_table* spec);
 
-static char* s_create_blob_data(request_rec* r,
-                                device_table* spec,
-                                query_string_param_t *qsp,
-                                char* indata,
-                                apr_size_t* len);
+static char* s_create_blob_data(request_rec*          r,
+                                device_table*         spec,
+                                query_string_param_tqsp,
+                                char*                 indata,
+                                apr_size_t*           len);
 
 static int s_img_conv_format_from_file(
                 request_rec*          r, 
index f1795ac..bb154c0 100644 (file)
@@ -2434,6 +2434,7 @@ s_jhtml_end_textarea_tag(void* pdoc, Node* child)
   return jhtml->out;
 }
 
+
 /**
  * It is a handler who processes the B tag.
  *
index a816d2e..e5f6593 100644 (file)
@@ -1073,8 +1073,7 @@ chxj_qrcode_node_to_qrcode(qr_code_t* qrcode, Node* node)
         continue;
       }
 
-      if (value == NULL || strlen(value) == 0)
-      {
+      if (value == NULL || strlen(value) == 0) {
         qrcode->level = QR_LEVEL_L;
         continue;
       }